@charset "utf-8";
/* ------------------------------------------------- 
 * 公用样式表 
 * ------------------------------------------------- 
*/  
body{font-family:"微软雅黑","宋体"; position: relative;  font-size:14px; height:auto;  line-height: 1.28571; font-weight: 400; letter-spacing:-.1px; font-stretch:normal; font-style:normal;  
	color: rgba(255, 255, 255, 1); color: #2c2c2c;  background: rgba(255, 255, 255, 1); 
text-align:justify; -webkit-text-size-adjust:none; -webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/-moz-osx-font-smoothing: grayscale;/*firefox*/}

@media (max-width: 1024px){
body {font-size: 12px; margin: 0 auto;}
}
/** 定义HTML body **/

a{color:#333; transition:400ms ease all;}
a:focus {color: #333;outline: none;text-decoration: none;}
a:hover {color: #333;outline: none;text-decoration: none;transition:400ms ease all;}

/* == 翻页公用  ====================================================================================*/
.pageflip{width: 100%;overflow: hidden;text-align: center; margin: 20px 0px 0px 0px;}
.pageflip a{color: #0053cc;height: 34px;display: inline-block;overflow: hidden;line-height: 30px; padding: 0px 10px; border: 2px solid #0053cc;border-radius: 5px;margin: 0px 5px;}
.pageflip a:hover,.pageflip a.dq{background: #0053cc;color: #fff;}
.pageflip a i{display: block;line-height: 30px;height: 30px; }
@media (max-width:768px){
.pageflip{ margin: 10px 0px 0px 0px;}
.pageflip a { font-size: 12px; height: 26px; line-height: 24px; border-width: 1px; padding: 0px 0.3rem;margin: 0px 2px; border-radius: 3px; }
.pageflip a i { line-height: 24px; height: 26px; }
}
/* == 翻页公用  ====================================================================================*/


@media (max-width:1600px){}
@media (max-width:1400px){}
@media (max-width:1200px){}
@media (max-width:1023px){}
@media (max-width:767px){}
/* == 全局  ======================================================================================================================================*/
.wrapper_full{margin: 0px auto; max-width: 100%; width: 100%; padding: 0 0px;}
.wrapper_box{margin: 0px auto; max-width: 100%; width: 100%; position: relative; padding: 0 0px;display: flex;justify-content: space-between;}
.max1440{margin: 0px auto; max-width: 1600px; width: 100%; padding: 0 30px;}
.max1200{margin: 0px auto; max-width: 1400px; width: 100%; padding: 0 30px;}
@media (max-width:1440px){

}
@media (max-width:1280px){
	.wrapper_box{padding: 0px 20px;}
	.max1440{padding: 0 20px;}
	.max1200{padding: 0 20px;}
}
@media (max-width:1024px){
	.wrapper_full{overflow: hidden;}
	.wrapper_box{padding: 0px 10px; overflow: hidden;}
	.max1440{padding: 0 10px; overflow: hidden;}
	.max1200{padding: 0 10px; overflow: hidden;}
}
@media (max-width:767px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 10px;}
	.max1440{padding: 0 10px;}
	.max1200{padding: 0 10px;}
}
/* == 全局  ======================================================================================================================================*/



/** == 首页banner ======================================================================================================================================*/
.banner_box{ height: calc( 100vh - 175px); overflow:hidden; position:relative;margin-top: 0px;}
.banner_box .swiper-container{ z-index: auto;}
.banner_box .swiper-slide{ position:relative; overflow:hidden; background:#000000;}
.focus_img{ height:calc( 100vh - 175px); transform:scale(1); transition:all 3s linear;position: relative;}
.focus_img .bg_hei{background:rgba(0,0,0,0); position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.focus_img img{width: 100%;height: 100%;object-fit: 100%;}
.banner_box .swiper-slide-active .focus_img{ transform:scale(1.1); transition:all 6s linear;} 
@media (max-width:1366px){
.banner_box{ height:calc( 100vh - 175px); overflow:hidden; position:relative;margin-top: 0px;}
.focus_img img{width: 100%;height: calc( 100vh - 175px);object-fit: cover;}
}
@media (max-width:1023px){
.banner_box{ height:230px; overflow:hidden; position:relative;margin-top: 2.4rem;}
.banner_box .swiper-container{ z-index: auto;}
.banner_box .swiper-slide{ position:relative; overflow:hidden; background:#000000;}
.focus_img{ height:100%; transform:scale(1); transition:all 3s linear;position: relative;}
.focus_img .bg_hei{background:rgba(0,0,0,0); position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.focus_img img{width: 100%;height: 230px;object-fit: cover;}
.banner_box .swiper-slide-active .focus_img{ transform:scale(1.1); transition:all 6s linear;} 
}


/* banner上的文字 */
.wenzi_box{ position:absolute; left:0; top:47%; transform: translateY(-50%); z-index:1; width:100%; text-align: center; color:#fff;} 
.wenzi_box li{ width:100%; position: relative; display:none; }    
.show_tit i{ display:inline-block; vertical-align:text-bottom; transform:translateY(60px); opacity:0; transition:all 1s ease-in-out 0s;}
.wenzi_tit{line-height: 1.25; letter-spacing: 0.1em; font-weight: bold;font-size: 75px;margin-bottom:   0px; } 
.wenzi_txt1{font-size: 60px;margin-bottom: 20px;letter-spacing: 3px;} 
.wenzi_txt2{font-size: 30px;margin-bottom: 30px;}  
.zixun{background: #ea0028;color: #fff;display: inline-block;padding: 20px 50px;font-size: 20px;}
.wenzi_tit i, .wenzi_txt1 i, .wenzi_txt2 i{ display:inline-block; vertical-align:middle; font-style: normal;}
.wenzi_txt1 i{transform:translateX(-10px);} 
.wenzi_txt2 i{transform:translateX(-10px);} 
.wenzi_box li.active{ display:block;} 
.show_tit.act i,
.wenzi_box li.active .show_tit.act i{ transform:translateY(0); opacity:1;}
.wenzi_box li.active .wenzi_txt1.act i { transform:translateX(0);}
.wenzi_box li.active .wenzi_txt2.act i { transform:translateX(0);}
.ban_zixun {display: inline-block;color: #fff;background: #ea0028;padding: 10px 30px;font-size: 20px; transform:translateY(100px); opacity: 0;animation: 1s .7s move01 both;} 
.ban_zixun:hover{color: #fff;padding: 10px 50px;}
@keyframes move01 {100%{ transform:translateY(0%); opacity: 1;}} 

@media (max-width:1366px){

}
@media (max-width:1023px){
.wenzi_box{ position:absolute; left:0; top:50%; transform: translateY(-50%); z-index:1; width:100%; text-align: center; color:#fff;padding: 0px 30px;}   
.wenzi_tit{line-height: 1.25; letter-spacing: 0.1em; font-weight: bold;font-size: 30px;margin-bottom: 10px;} 
.wenzi_txt1{font-size: 14px;margin-bottom: 0px;letter-spacing: 3px;} 
.wenzi_txt2{font-size: 16px;margin-bottom:10px; } 
.ban_zixun {display: inline-block;color: #fff;background: #ea0028;padding: 8px 30px;font-size: 14px; transform:translateY(100px); opacity: 0;animation: 1s .7s move01 both; } 
.ban_zixun:hover{color: #fff;padding: 10px 50px;} 
}
/* banner上的文字 */


/** banner箭头 =====*/
.banner_box .swiper-button-prev {left:30px; width: 50px; height: 50px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-next {right:30px; width: 50px; height: 50px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-prev {background-color:rgba(0,0,0,0.5);background-image:url(../images/icon/bannerleft.png); background-repeat:no-repeat; background-position:center center; background-size:50%; text-align: center;border-radius:100%; }
.banner_box .swiper-button-next { background-color:rgba(0,0,0,0.5);background-image:url(../images/icon/bannerright.png); background-repeat:no-repeat; background-position:center center; background-size:50%; text-align: center;border-radius:100%; }
.banner_box .swiper-button-prev.swiper-button-disabled{opacity:0.1;background-color:none;background-image:url(../images/icon/bannerleft.png);}/*^到头^*/
.banner_box .swiper-button-next.swiper-button-disabled{opacity:0.1;background-color:none;background-image:url(../images/icon/bannerright.png);}/*^到头^*/
.banner_box .swiper-button-prev:hover{opacity: 0.8;left:40px;}
.banner_box .swiper-button-next:hover{opacity: 0.8;right:40px;}

/** banner点点点 =====*/
.banner_box .swiper-pagination{ bottom: 30px;}
.banner_box .swiper-pagination-bullet{ vertical-align: bottom; background: none!important; border-radius:0; margin: 0 3px; position: relative; width: 50px; height: 5px; opacity: 1; filter: alpha(opacity=100); }  
.banner_box .swiper-pagination-bullet:before {content: "";position: absolute;top: 0;left: 0;background:rgba(255,255,255, .35);width: 100%;height: 5px;}
.banner_box .swiper-pagination-bullet:after {content: "";position: absolute;top: 0;left: 0;z-index: 1;background: #fff;width: 100%;height: 5px;transform: scaleX(0);transform-origin: 0;} 
.banner_box .swiper-pagination-bullet-active:after {-webkit-animation: 5s .2s move02 both;animation: 5s .2s move02 both;} 
@keyframes move02 {
  0% {transform: scaleX(0);}
  100% {transition: transform 5s linear;transform: scaleX(1);}
} 
@media (max-width:1023px){
.banner_box .swiper-pagination{ bottom: 10px;} 
.banner_box .swiper-button-prev {left:10px; width: 30px; height: 30px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-next {right:10px; width: 30px; height: 30px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-prev:hover{opacity: 0.8;left:10px;}
.banner_box .swiper-button-next:hover{opacity: 0.8;right:10px;}
}



/** == pag_ban ====================================================================================*/
.pag_ban{position: relative;overflow: hidden;height: 300px; margin-top: 0px;transition: all 0.5s ease-out;}
.pag_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0); height: 100%; width: 100%; top: 0;left: 0;}
.pag_ban .imgbg {height: 100%; background-position: center center;background-size:cover; background-repeat: no-repeat; }
.pag_ban .imgbg img {display: none;}

.pag_ban_tit{color: #fff; text-align:center; position: relative; width: 100%;  margin: 0px auto; filter:shadow(Color=#000,Direction=10,Strength=10);
	top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.pag_ban_tit .tf30{ font-size: 55px; font-weight: bold; padding-bottom: 10px; }
.pag_ban_tit .tf16{ font-size: 16px; line-height: 30px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}

@media (max-width:1366px){
.pag_ban{height: 300px; overflow: hidden; margin-top:0px;}
.pag_ban_tit{padding: 0px 20px 0px 100px;}
.pag_ban_tit .tf30{ font-size: 45px; padding-bottom: 10px; }
.pag_ban_tit .tf16{ font-size: 16px; line-height: 30px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}

@media (max-width:1023px){
.pag_ban{height: 90px; margin-top: 2.4rem;}
.pag_ban_tit { padding-left: 10px; padding-right: 10px;}
.pag_ban_tit .tf30{ font-size:20px;  padding-bottom: 0px;}
.pag_ban_tit .tf16{ font-size: 12px; line-height: 20px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}
/** == pag_ban ====================================================================================*/

.pag_ban_item{position: relative;overflow: hidden;height: 200px; margin-top: 0px;transition: all 0.5s ease-out;}
.pag_ban_info{position: relative;overflow: hidden;height: 70px; margin-top: 0px;transition: all 0.5s ease-out;}
.pag_ban_info .pag_ban_tit{text-align: left;}

@media (max-width:1023px){
  .pag_ban_item{position: relative;overflow: hidden;height: 90px; margin-top:2.4rem;transition: all 0.5s ease-out;}
  .pag_ban_info{position: relative;overflow: hidden;height: 40px; margin-top: 2.4rem;transition: all 0.5s ease-out;}
.pag_ban_info .pag_ban_tit{text-align: left;}
}


.location{ font-size: 14px;}
.location a{color:#fff;} 
.location a:hover{color:#205381;}

/** pc_header header ========================================================================================================================*/
.pc_header{width: 100%; height: auto; position:relative; top: 0px; left: 0px; z-index: 9999; background:rgba(0, 59, 112, 1); padding: 0px 0px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);transition: all 0.5s ease-out;  }
.pc_header.top_fixedY{background: #0053cc; position: fixed;-webkit-transform: translateY(0%);-ms-transform: translateY(-100%);transform: translateY(-100%);transition: all 0s ease-out; }
/** .pc_header.top_fixedY 固定顶部溢出 ======**/
.pc_header.top_fixed{-webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%);transition: all 0.5s ease-out;}
/** .pc_header.top_fixedY 滑出顶部显示 ======**/

.m_header{display: none;}

@media (max-width:1366px){
.pc_header{width: 100%; height: auto; position:relative; top: 0px; left: 0px; z-index: 9999; background:rgba(0, 59, 112, 1); padding: 0px 0px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);transition: all 0.5s ease-out;}
}

@media (max-width:1023px){
.pc_header{display: none;}
.m_header{display:block;}
}


/** PC_logo ========================================================================================================================*/
.pc_header .wrapper_box{height: 100%;}
.pc_logo{float: left; height: 100%; margin: 25px 0px; display: -webkit-flex; /* Safari */display: flex; -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;padding-left: 0px;}
.pc_logo a{display: block;width: 800px;}
.pc_logo a img{ max-width:auto; height:auto;float: left;margin-right: 15px;}
.pc_logo a .h2{display: block;font-size: 20px;color: #fff;font-weight: bold;line-height: 1;margin-top: 12px;margin-bottom: 5px;}
.pc_logo a .h1{display: block;font-size: 14px;color: #fff;line-height: 1;}
 
@media (max-width:1366px){
  .pc_logo a img{ max-width:auto; height:auto;float: left;margin-right: 15px;}
  .pc_logo a .h2{display: block;font-size: 20px;color: #fff;font-weight: bold;line-height: 1;margin-top: 12px;margin-bottom: 5px;}
  .pc_logo a .h1{display: block;font-size: 14px;color: #fff;line-height: 1;}
}
@media (max-width:1280px){
  .pc_logo{float: left; height: 100%; margin: 20px 0px; display: -webkit-flex; /* Safari */display: flex; -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;padding-left: 0px;}
  .pc_logo a{display: block;width: 800px;}
}


/** pc_nav 通用导航 ====================================================================================*/
.pc_navbg{ background-color: #205381;}
.pc_nav {width:100%; margin: 0px auto;}
.pc_nav ul{ display:flex; justify-content:space-between;}
 
/*一级菜单*/
.pc_nav > ul > li.nav-one {float: left; width:auto; display: block; position: relative;-webkit-perspective: 85px; -moz-perspective: 85px; -ms-perspective: 85px; perspective: 85px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.pc_nav > ul > li.nav-one > a {color: #fff; font-weight: 400; padding: 0px 30px 0px 30px; font-size: 18px; line-height: 65px; text-align: center; display: block; position: relative;overflow: hidden;}
.pc_nav > ul > li.nav-one > a:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 0%;border-bottom: 4px solid #205381;transition: all 0.5s ease-out;overflow: hidden;}
.pc_nav > ul > li.nav-one:hover > a {color: #fff; background-color: #0084de; }
.pc_nav > ul > li.nav-one > a.on{color: #fff;background-color: #0084de; }

/*一级菜单*/
@media (max-width:1680px){
.pc_nav > ul > li.nav-one > a {color: #fff; margin: 0px 0px 0px 0px; font-size: 20px; line-height: 65px; text-align: center; display: block; position: relative;overflow: hidden;}
}
@media (max-width:1600px){
  .pc_nav > ul > li.nav-one > a {color: #fff; margin: 0px 0px 0px 0px; font-size: 20px; line-height: 65px; text-align: center; display: block; position: relative;overflow: hidden;}
}

@media (max-width:1366px){
  .pc_nav > ul > li.nav-one > a {color: #fff; margin: 0px 0px 0px 0px; padding: 0px 15px; font-size: 18px; line-height: 65px; text-align: center; display: block; position: relative;overflow: hidden;}
}


/*二级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two {opacity: 0; width: 150%;height: auto;top:auto;left: 0%;padding-bottom: 0px; display: block;transition: all 0.3s ease-out; position: absolute;background: transparent;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;-webkit-transform-origin: 0px 0px;-moz-transform-origin: 0px 0px;-ms-transform-origin: 0px 0px;transform-origin: 0px 0px;-webkit-transform: rotateX(-60deg);-moz-transform: rotateX(-60deg);-ms-transform: rotateX(-60deg);transform: rotateX(-60deg);-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
.pc_nav > ul > li.nav-one:hover > ul.nav-two { opacity: 1; -webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg);-ms-transform: rotateX(0deg);transform: rotateX(0deg); }

.pc_nav > ul > li.nav-one > ul.nav-two >li{height: 50px; transition: all 0.3s ease-out; position: relative;}
.pc_nav > ul > li.nav-one > ul.nav-two >li >a{font-size: 16px; background:#003b70; color: #fff; border-top: 1px solid #205381; width:100%; height:50px;line-height: 50px;padding:0px 0px; text-align: left;display: block; text-decoration: none;transition: all 0.2s ease-out; padding-left: 30px;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover >a{ color: #fff; background: #205381;}
@media (max-width:1366px){
  .pc_nav > ul > li.nav-one > ul.nav-two >li{height: 50px; transition: all 0.3s ease-out; position: relative;}
  .pc_nav > ul > li.nav-one > ul.nav-two >li >a{font-size: 14px; background:#003b70; color: #fff; border-top: 1px solid #205381; width:120%; height:50px;line-height: 50px;padding:0px 0px; text-align: left;display: block; text-decoration: none;transition: all 0.2s ease-out; padding-left: 20px;}
  .pc_nav > ul > li.nav-one > ul.nav-two >li:hover >a{ color: #fff; background: #205381;}
}
/*二级菜单*/


/*三级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three{margin-left: 100%;top: 0;position: absolute; left: 0px;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover > ul.nav-three{left: auto; width: 100%;}
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three li{height: 0; width: 100%; display: block; transition: all 0s ease-out; position: relative; overflow: hidden;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover > ul.nav-three li{height: 50px; overflow: hidden; transition: all 0.2s ease-out;}
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three >li >a{font-size: 14px; width:100%; height:50px; line-height: 50px;padding:0px 0px; text-align: center; background:#666;color: #eeeeee;  border-top: 1px solid #000;display: block; text-decoration: none; }
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three >li >a:hover{ color: #fff; background: #000;}
/*有三级菜单的小箭头*/
ul.nav-three::after {position: absolute; top: 25px; left: -20px;width: 4px; height: 4px; border-bottom: 1px solid #eee;border-right: 1px solid #eee; content: ""; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg);-o-transform: rotate(-45deg); transform: rotate(-45deg);}
/*三级菜单*/
/** pc_nav ====================================================================================*/




/** m_nav 移动端菜单 ====================================================================================*/
.m_header{width: 100%;height:2.4rem;  background:#fff; position: fixed; top: 0px; left:0px; right: 0px; z-index: 9999; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.0);transition: all 0.5s ease-out;}
.m_header .header-section{width:100%; height: 100%; overflow: hidden; }
.m_header .header-section .mob_logo{height:100%; padding:0.3rem 0.4rem; float: left; overflow: hidden; width: 85%;}
.m_header .header-section .mob_logo a{display: block; height: 100%;}
.m_header .header-section .mob_logo a img{height:100%;float: left;margin-right: 0.2rem;}
.m_header .header-section .mob_logo a .h2{display: block;color: #000;font-size:18px;padding-top: 0.15rem;padding-bottom: 0; font-weight: bold;}
.m_header .header-section .mob_logo a .h1{display: block;color: #000;font-size: 12px;}

.m_header .header-section .nav-icon{ position: absolute; right:0.56rem; top: 0.8rem; width:0.8rem;height:0.8rem; z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .header-section .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0}
.m_header .header-section .nav-icon i span{display:inline-block;width:90%;height:1px;background-color:#000;position:relative;border-radius:2px}
.m_header .header-section .nav-icon i:nth-of-type(1) span{top:20%}
.m_header .header-section .nav-icon i:nth-of-type(2) span{top:45%;width:60%}
.m_header .header-section .nav-icon i:nth-of-type(3) span{top:75%}

.mo_fixed{ background:#fff;}/*移动悬浮追加*/
/*移动导航logo按钮*/



.m_header .m-navbar{background:linear-gradient(139deg, #9DBEFF 0%, #1D59A7 98%); opacity: 0.97; position:fixed;width:100%;height:100%;z-index:9997;right:-100%;top:0;padding-bottom:0.6rem;box-sizing:border-box;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:all .4s cubic-bezier(.4,0,0,1);overflow-y:auto;-webkit-overflow-scrolling:touch;}

.m_header .m-navbar.open{right: 0px;}
.m-navbar .nav-closed{ height:2.4rem; position: relative;}
.m-navbar .nav-closed .m-navbar_logo{height:100%; padding:0.3rem 0.4rem; float: left; overflow: hidden;width: 100%;}
.m-navbar .nav-closed .m-navbar_logo a{display: block; height: 100%;}
.m_header .nav-closed .m-navbar_logo a img{height:100%;float: left;margin-right: 0.2rem;}
.m_header .nav-closed .m-navbar_logo a h2{display: block;color: #fff;font-size: 0.6rem;padding-top: 0.15rem;padding-bottom: 0.1rem;}
.m_header .nav-closed .m-navbar_logo a h1{display: block;color: #fff;font-size: 0.4rem;}

.m_header .nav-closed .nav-icon{ position: absolute; right:0.56rem; top: 0.8rem; width:0.8rem;height:0.8rem;  z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .nav-closed .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0}
.m_header .nav-closed .nav-icon i span{display:inline-block;width:80%;height:2px;background-color:#fff;position:relative; }
.m_header .nav-closed .nav-icon i:nth-of-type(1) span{top:45%; right: 10%; transform:rotate(45deg);}
.m_header .nav-closed .nav-icon i:nth-of-type(2) span{top:45%; right: 10%;transform:rotate(-45deg);}
/*移动导航弹出信息*/


#navbar .m_navul{margin-top: 10%; width: 80%; margin-left: 10%;  text-transform:uppercase;}
#navbar .m_navul li{padding: 0 0.6rem;border-bottom: 0px solid rgba(255,255,255,0.1);transform: translateY(0);-webkit-transform: translateY(100%);transform: translateY(100%);transition: all .2s cubic-bezier(.5, 0, .2, 1) 0s;opacity: 0;}
#navbar.open .m_navul li{opacity: 1;-webkit-transform: translateY(0); transform: translateY(0);}
#navbar .m_navul li a{color: #fff;font-size: 0.6rem;height:auto;line-height: 1rem; padding: 0.4rem 0px; width: 100%;display: block;text-decoration: none;}
#navbar .m_navul li a i{float: right;line-height: 1rem;}
#navbar .m_navul li a span{font-size: 0.32rem; color:rgba(255,255,255,0.4); margin-left: 10px; }
#navbar .m_navul li a:hover{ color: #000;}
#navbar .m_navul li a:hover span{ color: #000;}

#navbar .m_navul li .dropdown_menu{display: none; border-top: 1px solid #94a7dc;padding:0.2rem 0px;}
#navbar .m_navul li.dropdown.active .dropdown_menu{display: block;}
#navbar .m_navul li .dropdown_menu a{display: block; color: #bdcefd; font-size: 0.48rem; line-height: 0.9rem;padding:0.2rem 0.5rem;box-sizing: border-box; }
#navbar .m_navul li .dropdown_menu a:last-child{border: none;}
#navbar .m_navul li .dropdown_menu a span{font-size: 0.32rem; color:rgba(189,206,253,0.7); }

#navbar .m_navul li:nth-child(1) {transition: all 0.2s ease-out;}
#navbar .m_navul li:nth-child(2) {transition: all 0.3s ease-out;}
#navbar .m_navul li:nth-child(3) {transition: all 0.4s ease-out;}
#navbar .m_navul li:nth-child(4) {transition: all 0.5s ease-out;}
#navbar .m_navul li:nth-child(5) {transition: all 0.6s ease-out;}
#navbar .m_navul li:nth-child(6) {transition: all 0.7s ease-out;}
#navbar .m_navul li:nth-child(7) {transition: all 0.8s ease-out;}
#navbar .m_navul li:nth-child(8) {transition: all 0.9s ease-out;}
#navbar .m_navul li:nth-child(9) {transition: all 1.0s ease-out;}
/** m_nav 移动端菜单 ====================================================================================*/

.pc_header_r{ padding-top: 28px; float: right;background-repeat:no-repeat; background-position:center center;height: 90px; text-align: left;}
.pc_header_r a{display: inline-block;font-weight: bold;  color: #fff;font-size: 20px; padding: 0px 20px 0px 0px; width: 270px;}
.pc_header_r a span{ font-weight: bold; color: #fff; font-size: 18px; line-height: 1;}
.pc_header_r a i{color: #fff; display: block; width: 47px; height: 47px; margin-top: 3px; margin-right: 10px;background-image:url(../images/xywsy_8.png);background-repeat:no-repeat; background-position:center center; background-size:cover; float: left;}
.pc_header_r a:hover{ }
@media (max-width:1440px){
  .pc_header_r:nth-child(2){  }

}
@media (max-width:1366px){
}
@media (max-width:1100px){
  .pc_header_r{ display: none;}
}


.index_title{text-align: center;position: relative;}
.index_title .title_en{font-size: 100px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.06);font-family: Impact;}
.index_title .title_ch{font-size: 46px; font-weight:bold; line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%; width: 100%;}
.index_title .title_ch span{ color: #0084de; font-weight: bold; }
.index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #0084de;margin-left: -40px;}
@media (max-width:1366px){
.index_title{text-align: center;position: relative;}
.index_title .title_en{font-size: 100px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.06);font-family: Impact;}
.index_title .title_ch{font-size: 40px; font-weight: bold; line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%; width: 100%;}
.index_title .title_ch span{ color: #0084de; font-weight: bold; }
.index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #0084de;margin-left: -40px;}
}
@media (max-width:1023px){
.index_title{text-align: center;position: relative;}
.index_title .title_en{font-size: 36px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.06);font-family: Impact;}
.index_title .title_ch{font-size: 26px; font-weight: bold; line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index_title .title_ch:after{content: "";position: absolute;bottom: -10px;left: 50%;width: 50px;border-bottom: 2px solid #0084de;margin-left: -25px;}

.index5 .index_title .title_ch{font-size: 24px; font-weight: bold; line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index5 .index_title .title_ch span{display: none;}
.index5 .index_title .title_ch:after{content: "";position: absolute;bottom: -10px;left: 50%;width: 50px;border-bottom: 2px solid #0084de;margin-left: -25px;}
.index5 .index_title .title_ch span.dsplay{ display:inline-block;}

.index6 .index_title .title_ch{font-size: 24px; font-weight: bold; line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index6 .index_title .title_ch span{display: none;}
.index6 .index_title .title_ch:after{content: "";position: absolute;bottom: -10px;left: 50%;width: 50px;border-bottom: 2px solid #0084de;margin-left: -25px;}
.index6 .index_title .title_ch span.dsplay{ display:inline-block;}

}
/* 首页标题 */


.index1{background: rgba(0, 59, 112, 1); margin-top: 0px; z-index: 99; position: relative; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);}
.index1 .max1440{display: flex;flex-direction: row;justify-content: space-between;}
.index1 .box{color: #fff;width: 25%;display: flex;align-items: center;justify-content: center;padding: 25px 30px;}
.index1 .box .box_icon{width: 60px;height: 60px;margin-right: 20px;border: 2px solid #205381; background-color: #205381; border-radius: 100%;display: flex;align-items: center;justify-content: center;
  background-repeat:no-repeat; background-position:center center; background-size:30px;}

.index1 .box .box_txt{font-size: 22px;line-height: 20px;height: 40px;overflow: hidden;flex: 1; }
.index1 .box .box_txt span{ display: block; font-size: 13px; line-height: 20px; font-weight: 400; margin-top: 0px; color: #eee;}
.index1 .box .box_txt a{color: #fff;}
.index1 .box:hover{}

@media (max-width:1023px){
  .index1{background: #205381; margin-top: -100px; z-index: 99; position: relative; display: none;}
  .index1 .max1440{display: flex;flex-direction: row;justify-content: space-between;}
.index1 .box{color: #fff;width: 50%;display: flex;align-items: center;justify-content: center;padding: 10px 10px;}
.index1 .box .box_icon{width: 30px;height: 30px;margin-right: 20px;border: 2px solid #fff;border-radius: 100%;display: flex;align-items: center;justify-content: center;display: none;}

.index1 .box .box_txt{font-size: 14px;line-height: 14px;height: 14px;overflow: hidden;flex: 1;}
.index1 .box:hover{}
}
/* index1 */

.index2{padding-top: 70px;padding-bottom: 70px;background-repeat:no-repeat; background-position:center bottom; background-size:cover;}

.index2 .index_title{text-align: center;position: relative;}
.index2 .index_title .title_en{font-size: 90px;line-height: 1;text-transform: uppercase;color: rgba(0, 0, 0, 0.03);font-family: Impact;}
.index2 .index_title .title_ch{font-size: 46px; font-weight:bold; line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index2 .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #0084de;margin-left: -40px;}


.ser_list{margin-top: 50px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;margin-bottom: 30px;}
.ser_list li{ width: 18%; text-align: center; position: relative; padding: 30px 0px; transition: all 0.5s ease-out;}
.ser_list li:before{content: " "; display: block; height: 100%; width: 100%; position: absolute; left: 0; top: 0;border: 1px solid #0084de; opacity: 0; z-index: 1;}
.ser_list li .img{ width: 80px; margin: 0px auto;}
.ser_list li .name{ font-size: 18px; margin: 20px 0px; position: relative; z-index: 2; font-weight: bold;}
.ser_list li .name a{color: #000;}
.ser_list li .name span{display: block; color: #205381;}
.ser_list li .desc{font-size: 16px; color: #666;}
.ser_list li:hover:before { opacity: 1; transition: all 0.5s ease-out;}
.ser_list li:hover{ background-color: rgba(255,255,255,0.5);}



.index_more{text-align: center;}
.index_more a{display: inline-block;background: #205381;color: #fff;padding: 15px 40px;border-radius: 10px;}
.index_more a:hover{background: #ea0028;}
@media (max-width:1366px){
}
@media (max-width:1023px){

.index2 .index_title{text-align: center;position: relative;}
.index2 .index_title .title_en{font-size: 36px;line-height: 1;text-transform: uppercase;color: rgba(0, 0, 0, 0.03);font-family: Impact;}
.index2 .index_title .title_ch{font-size: 26px; font-weight: bold; line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index2 .index_title .title_ch:after{content: "";position: absolute;bottom: -15px;left: 50%;width: 80px;border-bottom: 3px solid #205381;margin-left: -40px;}

.index2{padding-top: 25px;padding-bottom: 25px;}

.ser_list{margin-top: 30px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;margin-bottom: 10px;}
.ser_list li{ width: 33.333%; text-align: center; position: relative; padding: 5px 0px; transition: all 0.5s ease-out;}
.ser_list li:before{content: " "; display: block; height: 100%; width: 100%; position: absolute; left: 0; top: 0;border: 1px solid #0084de; opacity: 0; z-index: 1;}
.ser_list li .img{ width: 45px; margin: 0px auto;}
.ser_list li .name{ font-size: 16px; margin: 10px 0px; position: relative; z-index: 2; font-weight: bold;}
.ser_list li .name a{color: #000;}
.ser_list li .name span{display: block; color: #205381; font-size: 11px;  font-weight: 400;}
.ser_list li .desc{font-size: 12px; color: #666;}
.ser_list li:hover:before { opacity: 1; transition: all 0.5s ease-out;}
.ser_list li:hover{ background-color: rgba(255,255,255,0.5);}

.ser_list li:last-child{display: none;}


.index_more{text-align: center; }
.index_more a{display: inline-block;background: #205381;color: #fff; width: 98%; padding: 10px 25px;border-radius: 10px;font-size: 16px; font-weight: bold;}
.index_more a:hover{background: #ea0028;}
}
/* index2 */

.ser_listfz{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;margin-bottom: 0px;}
.ser_listfz a{display: block;width: 18%; margin: 20px 1% 0px 1%; padding-top: 13%;  position: relative;overflow: hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; border-radius:10px; box-shadow:0 0 15px rgba(0,0,0,0.15);}

.ser_listfz a .txt{width:100%; height: 100%; position:absolute; padding-top: 25%; text-align: center; z-index: 9; top: 0; left: 0; background-color: rgba(24,70,147,0.5); transition: all 0.5s ease-out; text-transform:uppercase;}
.ser_listfz a .txt .h3{font-size: 20px; font-weight: bold; color: #fff; line-height: 35px; height: 35px; padding: 0px 20px; overflow: hidden;margin-bottom: 10px;}
.ser_listfz a .txt .more{font-size: 14px;color: #fff; }

.ser_listfz a:hover .txt{background-color: rgba(24,70,147,0.1); text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}
.ser_listfz a:hover .txt .h3{color: #fff;}
.ser_listfz a:hover .txt .more{color: #fff;}


@media (max-width:1023px){
.ser_listfz{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;margin-bottom: 0px;}
.ser_listfz a{display: block;width: 48%; margin: 20px 1% 0px 1%; padding-top: 33%;  position: relative;overflow: hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; border-radius:10px; box-shadow:0 0 15px rgba(0,0,0,0.15);}

.ser_listfz a .txt{width:100%; height: 100%; position:absolute; padding-top: 25%; text-align: center; z-index: 9; top: 0; left: 0; background-color: rgba(24,70,147,0.5); transition: all 0.5s ease-out; text-transform:uppercase;}
.ser_listfz a .txt .h3{font-size: 18px; font-weight: 600; color: #fff; line-height: 1.3; height: auto; padding: 0px 10px; overflow: hidden;margin-bottom: 10px;}
.ser_listfz a .txt .more{font-size: 12px;color: #fff; display: none;}

.ser_listfz a:hover .txt{background-color: rgba(24,70,147,0.1); text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}
.ser_listfz a:hover .txt .h3{color: #fff;}
.ser_listfz a:hover .txt .more{color: #fff;}
}













.index3{padding-top: 90px;padding-bottom: 0px; background-repeat:no-repeat; background-position:center bottom; background-size:100% 100%;}
.index3 .index_title{text-align: center;position: relative;}
.index3 .index_title .title_en{font-size: 90px;line-height: 1;text-transform: uppercase;color: rgba(0, 0, 0, 0.15);font-family: Impact;}
.index3 .index_title .title_ch{font-size: 46px; font-weight:bold; line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index3 .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #0084de;margin-left: -40px;}


.index_ab_l{width: 100%; padding: 0px 30px 0px 0px;border-radius: 10px;}
.index_ab_l .txt{font-size: 16px;line-height: 30px;height: auto; margin-top: 30px; overflow: hidden;color: #fff;position: relative;margin-bottom: 10px; text-align: center;}
.index_ab_l a{font-size: 14px;color: #ea0028;display: inline-block;}
ul.shuzi{display: flex;flex-wrap: wrap;}
ul.shuzi li{width:33.3333%;float: left;display: block;text-align: left;padding: 30px 20px 0px 0px;color: #205381; }
ul.shuzi li .p1 span{font-size: 44px;font-weight: bold;line-height: 40px; font-family: Impact;}
ul.shuzi li .p1 b{font-size: 14px; position: absolute;}
ul.shuzi li .p2{margin: 10px 0px;font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;color: #666;}
.index_ab_r{width: 100%;}
.index_ab_r .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
.index_ab_r .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.index_ab_r .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.im_list{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;}

.im_list .box{ width: 20%; background-color: rgba(255,255,255,0.5); ; border-radius: 5px;padding: 20px 20px 15px 20px; padding-top: 60px;  text-align: center; background-repeat:no-repeat; background-position:center 10px; background-size:45px;}
.im_list .box .txt{font-size: 18px;line-height: 22px;overflow: hidden; color: #333; font-weight: bold;}

@media (max-width:1366px){
.index3 .index_title{text-align: center;position: relative;}
.index3 .index_title .title_en{font-size: 80px;line-height: 1;text-transform: uppercase;color: rgba(0, 0, 0, 0.15);font-family: Impact;}
.index3 .index_title .title_ch{font-size: 46px; font-weight:bold; line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index3 .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #0084de;margin-left: -40px;}
}
@media (max-width:1023px){
.index3{padding-top: 0px;padding-bottom: 0px;background-repeat:no-repeat; background-position:center top; background-size:100% 100px;}
.index3 .index_title{text-align: center;position: relative;}
.index3 .index_title .title_en{font-size: 36px;line-height: 1;text-transform: uppercase;color: rgba(0, 0, 0, 0.15);font-family: Impact;}
.index3 .index_title .title_ch{font-size: 26px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index3 .index_title .title_ch:after{content: "";position: absolute;bottom: -10px;left: 50%;width: 50px;border-bottom: 2px solid #205381;margin-left: -25px;}
.index_ab{margin-top: 20px;display: flex;flex-direction: column;justify-content: space-between;color: #333;flex-wrap: wrap;}
.index_ab_l{width: 100%;background:none;padding: 20px 5px 0px 5px;border-radius: 10px;margin-bottom: 0px;}
.index_ab_l .en{font-size:40px;line-height: 40px;margin-bottom: 10px; font-weight: bold; color: #205381; font-family: Impact;}
.index_ab_l .tit{font-size: 22px;line-height: 1;margin-bottom: 10px;}
.index_ab_l .txt{font-size: 16px;line-height: 1.75; text-align: justify; height: auto;overflow: hidden;color: #666;position: relative; padding-top: 20px; margin-bottom: 10px;}
.index_ab_l a{font-size: 14px;color: #ea0028;display: inline-block;}
ul.shuzi{display: flex;flex-wrap: wrap;margin-top: 10px;}
ul.shuzi li{width: 50%;float: left;display: block;text-align: left;padding: 10px 20px 0px 0px;color: #205381; }
ul.shuzi li .p1 span{font-size: 32px;font-weight: bold;line-height: 22px;}
ul.shuzi li .p1 b{font-size: 12px; position: absolute;}
ul.shuzi li .p2{margin: 5px 0px;font-size: 14px;line-height: 18px;height: 18px;overflow: hidden;color: #666;}
.index_ab_r{width: 100%;}
.index_ab_r .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
.index_ab_r .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.index_ab_r .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.im_list{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}

.im_list .box{ width: 20%; background-color: rgba(255,255,255,0.5); ; border-radius: 5px;padding: 20px 10px 15px 10px; padding-top: 50px;  text-align: center; background-repeat:no-repeat; background-position:center 10px; background-size:35px;}
.im_list .box .txt{font-size: 16px;line-height: 22px;overflow: hidden; color: #333; font-weight: bold;}

}
/* index3 */

.index4{padding-top: 70px;padding-bottom: 70px; position: relative;  }
.index4:before{content: " "; display: block; position: absolute; z-index: 2; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(245, 247, 249, 1);}
.index4 .max1440{ position: relative; z-index: 4;}
ul.peixun{margin-top: 40px;margin-left: -15px;margin-right: -15px; }
ul.peixun li{width: 33.333%;padding: 10px 10px;float: left;  }
ul.peixun li a{display: flex;flex-direction: column;background-color: #fff; padding: 25px; border-radius:8px; box-shadow: 0 12px 30px 0 rgba(97,98,104,.04); border: 1px solid rgba(222,223,224,.4); transition: all 0.5s ease-out;}
ul.peixun li a h4{ font-size: 20px; display: block; font-weight: bold; color: #000; height: 25px; line-height: 25px; overflow: hidden; margin-bottom: 10px;}
ul.peixun li a span{ display: block; color: #50525c; font-size: 14px; height: 66px; line-height: 22px; overflow: hidden;}
ul.peixun li a b{ display: block; color: #50525c; font-size: 12px; font-weight: 400; margin-top: 10px;}

ul.peixun li a:hover{ background-color: #0084de; color: #fff;}
ul.peixun li a:hover h4,ul.peixun li a:hover span,ul.peixun li a:hover b{color: #fff;}

@media (max-width:1023px){
.index4{padding-top: 25px;padding-bottom: 25px;background: #f5f7f9;}
ul.peixun{margin-top: 20px;margin-left: -10px;margin-right: -10px; }
ul.peixun li{width: 100%;padding: 5px 10px;float: left;  }
ul.peixun li a{display: flex;flex-direction: column;background-color: #fff; padding: 10px 15px; border-radius:8px; box-shadow: 0 12px 30px 0 rgba(97,98,104,.04); border: 1px solid rgba(222,223,224,.4); transition: all 0.5s ease-out;}
ul.peixun li a h4{ font-size: 16px; display: block; font-weight: bold; color: #000; height: auto; line-height: 22px; overflow: hidden; margin-bottom: 10px;}
ul.peixun li a span{ display: block; color: #50525c; font-size: 12px; height: 40px; line-height: 20px; overflow: hidden;}
ul.peixun li a b{ display: none; color: #50525c; font-size: 12px; font-weight: 400; margin-top: 10px;}

ul.peixun li a:hover{ background-color: #0084de; color: #fff;}
ul.peixun li a:hover h4,ul.peixun li a:hover span,ul.peixun li a:hover b{color: #fff;}


}
/* index4 */


ul.aboutimg{margin-top: 50px;margin-left: -15px;margin-right: -15px;}
ul.aboutimg li{width: 25%;padding: 0px 15px;float: left;}
ul.aboutimg li a{display: flex;flex-direction: column;}
ul.aboutimg li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.aboutimg li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.aboutimg li a .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

@media (max-width:1023px){
ul.aboutimg{margin-top: 15px;margin-left: 0px;margin-right: 0px;}
ul.aboutimg li{width: 50%;padding: 0px 5px;float: left;margin-bottom: 10px;}
ul.aboutimg li a{display: flex;flex-direction: column;}
ul.aboutimg li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
}
/* index4 */



.index5{padding-top: 40px;padding-bottom: 50px;}
/** swiper01_box ====================================================================================*/
.swiper01_box{ width:100%; position: relative; margin: 10px auto 0px auto; padding: 30px 0px 40px 0px;  }
/** 点 ============*/
.swiper01_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper01_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 0px; }
.swiper01_box .swiper-pagination-bullet{ background: #999;  opacity: 0.8; width: 10px; height:10px;border-radius:5px;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #205381; width: 30px; opacity:1;}
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: -50px;opacity:1;top: 45%;}
.swiper01_box .swiper-button-next {right:-50px;opacity:1;top: 45%; }
.swiper01_box .swiper-button-prev {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/icon/swiper_left02.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
.swiper01_box .swiper-button-next {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/icon/swiper_right02.png);background-repeat:no-repeat; background-position:center center; background-size:20px; }
.swiper01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/icon/swiper_left01.png);}
.swiper01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/icon/swiper_right01.png);}

.swiper01_box .swiper-button-prev.hide{opacity:0;}
.swiper01_box .swiper-button-next.hide{opacity:0;}
.swiper01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}
@media screen and (max-width: 1366px){
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: 0px;opacity:1;top: 45%;}
.swiper01_box .swiper-button-next {right:0px;opacity:1;top: 45%; }
}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.index5{padding-top: 0px;padding-bottom: 20px;}  
.swiper01_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 20px 0px 30px 0px; }
.swiper01_box .swiper-pagination{width: 100%; text-align:center;}
/** 点 ============*/
.swiper01_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper01_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 0px; }
.swiper01_box .swiper-pagination-bullet{ background: #999;  opacity: 0.8; width: 8px; height:8px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #205381; width: 20px; opacity:1;}

.swiper01_box .swiper-button-prev {left: 0px;opacity:1; top: 45%}
.swiper01_box .swiper-button-next {right:0px;opacity:1;top: 45%}
.swiper01_box .swiper-button-prev {width:30px;height: 30px; background-size:20px;}
.swiper01_box .swiper-button-next {width:30px;height: 30px; background-size:20px; }
}


.lvshi_item{ padding: 40px 0px 30px 0px; position: relative; display: flex; flex-wrap: wrap; display: flex; }
.sw_item01{ position: relative; width: 15.2%; margin-left: 0.7%;margin-right: 0.7%; margin-bottom: 20px; }
.sw_item01 .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;  background-color: #152d69; background-image:url(../images/lvshi_itembg.jpg);background-repeat:no-repeat; background-position:center center; background-size:cover; }
.sw_item01 .imgzoom img{width: 100%;height:100%; object-fit: cover;  position: absolute; top: 0; z-index: 1; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.sw_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.sw_item01 .imgzoom i{ width: 70px; height: 60px; position: absolute; left: 6px; top: 0px; z-index: 2; background-image:url(../images/itemlogo.png);background-repeat:no-repeat; background-position:center center; background-size:100%; }
.sw_item01 .imgzoom span{ width: 140px; height: 20px; line-height: 20px; padding-left: 25px; position: absolute; left: 10px; bottom: 10px; z-index: 2; background-image:url(../images/jinpai.png);background-repeat:no-repeat; background-position:left center; background-size:20px; color: #fff; font-size: 12px;}

.sw_item01 .txt{padding: 10px 15px; border: 1px solid #f0f0f0; background-color: #fff; border-top: 0px solid #ddd; width: 100%;  transition: all 0.5s ease-out;}
.sw_item01 .txt .p1{ display: flex; align-items:center; text-align: left;  height: 30px;   margin-bottom: 1px;}
.sw_item01 .txt .p1 b{font-size: 18px; font-weight: 400; color: #000;}
.sw_item01 .txt .p1 i{width: 20px; height: 20px; margin: 0px 10px 0px 3px;  background-image:url(../images/light.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
.sw_item01 .txt .p1 span{ font-size: 12px; border: 1px solid #05f; background-color: rgba(0, 132, 222, 0.15); color: #05f; padding: 0px 10px; border-radius:5px;}
.sw_item01 .txt .p2{font-size: 12px; color: #999;}

.sw_item01 .txt .p3 {display: flex; flex-wrap: wrap; margin-top: 5px; height: 60px; overflow: hidden;}
.sw_item01 .txt .p3 span{ font-size: 12px; border: 1px solid #616979; margin: 3px 5px 3px 0px; background-color: rgba(0, 0, 0, 0.0); color: #616979; padding: 3px 10px; border-radius:5px;}

.sw_item01 .txt .more{ display: flex; justify-content: space-between; align-items: center; margin-top: 5px;}
.sw_item01 .txt .more a{display: inline-block;background: #0084de;color: #fff;padding: 5px 10px;border-radius: 5px;}
.sw_item01 .txt .more a:hover{background: #ea0028;}
.sw_item01 .txt .more span{ font-size: 12px;}

.lvshi_more{ text-align: center; font-size: 30px; color: #696969;}
.lvshi_more span{ padding: 0px 20px;}
.lvshi_more a{color: #696969;}
.lvshi_more a.a1{color: #0084de;}


@media screen and (max-width: 1366px){
  .sw_item01 .txt{padding: 10px 10px; border: 1px solid #f0f0f0; background-color: #fff; border-top: 0px solid #ddd; width: 100%;  transition: all 0.5s ease-out;}
  .sw_item01 .txt .p1 span{ font-size: 12px; border: 1px solid #05f; background-color: rgba(0, 132, 222, 0.15); color: #05f; padding: 0px 5px; border-radius:5px;}
}



@media screen and (max-width: 1023px){
  .lvshi_item{ padding: 20px 0px 10px 0px; position: relative; display: flex; flex-wrap: wrap; display: flex; }
  .sw_item01{ position: relative; width: 48%; margin-left: 1%;margin-right: 1%; margin-bottom: 8px; }
  .sw_item01 .imgzoom{padding-bottom: 80%; width: 100%; position: relative; overflow: hidden;  background-color: #152d69; background-image:url(../images/lvshi_itembg.jpg);background-repeat:no-repeat; background-position:center center; background-size:cover; }
  .sw_item01 .imgzoom img{width: 60%;height:85%; object-fit: cover;  position: absolute; top: auto; bottom: 0; left: 40%; z-index: 1; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
  .sw_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
  .sw_item01 .imgzoom i{ width: 80px; height: 60px; position: absolute; left: 7%; top: auto; bottom: -6px; z-index: 2; background-image:url(../images/itemlogo.png);background-repeat:no-repeat; background-position:center center; background-size:100%; }
  .sw_item01 .imgzoom span{ width: 140px; height: 20px; line-height: 20px; padding-left: 25px; position: absolute; left: 10px; bottom: auto; top: 20px; z-index: 2; background-image:url(../images/jinpai.png);background-repeat:no-repeat; background-position:left center; background-size:20px; color: #fff; font-size: 12px;}
  
  .sw_item01 .txt{padding: 10px 8px; border: 1px solid #f0f0f0; background-color: #fff; border-top: 0px solid #ddd; width: 100%;  transition: all 0.5s ease-out;}
  .sw_item01 .txt .p1{ display: flex; align-items:center; text-align: left;  height: 30px;   margin-bottom: 1px;}
  .sw_item01 .txt .p1 b{font-size: 16px; font-weight: 600; color: #000;}
  .sw_item01 .txt .p1 i{width: 20px; height: 20px; margin: 0px 5px 0px 2px;  background-image:url(../images/light.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
  .sw_item01 .txt .p1 span{ font-size: 12px; border: 1px solid #05f; background-color: rgba(0, 132, 222, 0.15); color: #05f; padding: 0px 5px; border-radius:5px;}
  .sw_item01 .txt .p2{font-size: 12px; color: #999;}
  
  .sw_item01 .txt .p3 {display: flex; flex-wrap: wrap; margin-top: 5px; height: 40px; line-height: 20px; overflow: hidden;}
  .sw_item01 .txt .p3 span{ font-size: 12px; border: 0px solid #616979; margin: 0px 2px 0px 0px; background-color: rgba(0, 0, 0, 0.0); color: #616979; padding: 0px 2px; border-radius:5px;}
  
  .sw_item01 .txt .more{ display: flex; justify-content: space-between; align-items: center; margin-top: 5px;}
  .sw_item01 .txt .more a{display: inline-block;background: #0084de;color: #fff;padding: 5px 5px;border-radius: 5px;}
  .sw_item01 .txt .more a:hover{background: #ea0028;}
  .sw_item01 .txt .more span{ font-size: 11px;}
  
  .lvshi_more{ text-align: center; font-size: 20px; color: #696969;}
  .lvshi_more span{ padding: 0px 20px;}
  .lvshi_more a{color: #696969;}
  .lvshi_more a.a1{color: #0084de;}
}
/* index5 */


.item_imgbg{width: 100%; height: 500px;  background-color: #198afa; overflow: hidden; position: relative;
  background-image:url(../images/header-bg.png);background-repeat:no-repeat; background-position:center center; background-size:cover;}
.item_imgbg:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6 );}
.item_imgbg .max1200{height: 500px;  display: flex; justify-content: center;  } 
.item_img_l{ width: 350px;  position: relative; z-index: 2; padding-top: 10px; }
.item_img_r{ width: 900px; margin-top: 80px; color: #fff; padding-left: 10%;z-index: 2;}
.item_img_r .p1{ font-size: 60px; margin-bottom: 20px; }
.item_img_r .p1 span{font-size: 30px;}
.item_img_r .p2{ font-size: 34px; font-weight: 600; margin-bottom: 20px;}
.item_img_r .p3{ font-size: 20px; margin-bottom: 20px;}
.item_img_r .p4{  }
.item_img_r .p4 a{ transition: all 0.5s ease-out;display: block; width: 330px; height: 50px; line-height: 50px; background-image: linear-gradient(90deg,#198afa,#05f); color: #fff; text-align: center; font-size: 24px; border: 1px solid #49a4ff;}
.item_img_r .p4 a:hover{ background-image: linear-gradient(190deg,#198afa,#05f);}


.item_box{ height:auto; min-height: 500px; position: relative; padding-bottom: 30px;}
.item_box_t{ padding: 0px 0px; margin-top: -100px;  position: relative; z-index: 9; display: flex; justify-content: space-between; }
.item_box_l{ width: 33%; position: relative; background-color: #fff; padding: 30px; border-radius:5px;border: 1px solid rgba(222,223,224,.5); box-shadow: 0 8px 30px 0 rgba(97,98,104,.14);
  background-image:linear-gradient(180deg,#fff,#fff 10%,#fff);  }
.item_box_r{ width: 65%;background-color: #fff; padding: 30px; border-radius:5px; border: 1px solid rgba(222,223,224,.5); box-shadow: 0 8px 30px 0 rgba(97,98,104,.14);
background-image:linear-gradient(180deg,#fff,#fff 10%,#fff)}



.item_box_l_img{ width:100px; height: 120px; background-color: #536898; overflow: hidden;border-radius:5px; float: left; }
.item_box_l_img img{ }
.item_box_l_txt{ display: flex; flex-wrap: wrap; font-size: 16px; padding-left: 30px; flex: 1;  align-content:flex-start;  color: #50525c;}

.item_box_l_txt1{width: 100%;display: flex; align-items:center; text-align: left; margin-top: 15px;}
.item_box_l_txt2{width: 100%; margin-top: 12px;}
.item_box_l_txt3{width: 100%; margin-top: 12px;}

.item_box_l_txt1 b{font-size: 20px; font-weight: 600; color: #000;}
.item_box_l_txt1 i{width: 20px; height: 20px; margin: 0px 10px 0px 3px;  background-image:url(../images/light.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
.item_box_l_txt1 span{ font-size: 12px; border: 1px solid #05f; background-color: rgba(0, 132, 222, 0.15); color: #05f; padding: 0px 10px; border-radius:5px;}

.item_box_l_zy{ padding-top: 20px; line-height: 2; font-size: 16px;}



.pag_wrap{position: relative; margin-bottom: 10px;}
.pag_wrap .sub-title{font-size: 24px; font-weight: bold; color:#000; position: relative; z-index: 2;}
.pag_wrap .sub-state{ position:absolute;z-index:1;bottom:0px;left:0;width:130px;height:12px;background:#05f;  opacity: 0.2;}
.item_box_r_txt{ line-height: 2; font-size: 16px; color: #50525c; margin-bottom: 30px;}


.item_box_r_txtly span{ font-size: 16px; border: 1px solid #616979; margin: 3px 5px 3px 0px; background-color: rgba(0, 0, 0, 0.0); color: #616979; padding: 3px 10px; border-radius:5px;}


@media screen and (max-width: 1023px){

  .item_imgbg{width: 100%; height: 270px;  background-color: #198afa; overflow: hidden; position: relative;
    background-image:url(../images/header-bg.png);background-repeat:no-repeat; background-position:center center; background-size:cover;}
  .item_imgbg:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6 );}
  .item_imgbg .max1200{height: auto;  display: flex; justify-content: center;  } 
  .item_img_l{ width: 350px;  position: relative; z-index: 2; padding-top: 10px; display: none; }
  .item_img_r{ width: 100%; margin-top: 80px; color: #fff; padding-left: 0%;z-index: 2;}
  .item_img_r .p1{ font-size: 40px; margin-bottom: 10px; }
  .item_img_r .p1 span{font-size: 20px;}
  .item_img_r .p2{ font-size: 18px; font-weight: 600; margin-bottom: 10px;}
  .item_img_r .p3{ font-size: 13px; margin-bottom: 20px;}
  .item_img_r .p4{  }
  .item_img_r .p4 a{ transition: all 0.5s ease-out;display: block; width: 100%; height: 40px; line-height: 40px; background-image: linear-gradient(90deg,#198afa,#05f); color: #fff; text-align: center; font-size: 18px; border: 1px solid #49a4ff;}
  .item_img_r .p4 a:hover{ background-image: linear-gradient(190deg,#198afa,#05f);}
  
  
  .item_box{ height:auto; min-height: 500px; position: relative; padding-bottom: 0px;}
  .item_box_t{ padding: 0px 0px; margin-top: 10px;  position: relative; z-index: 99; display: flex; justify-content: space-between;  flex-wrap: wrap;}
  .item_box_l{ width: 100%; position: relative; background-color: #fff; padding: 15px 15px 15px 15px; border-radius:5px;border: 1px solid rgba(222,223,224,.5); box-shadow: 0 8px 30px 0 rgba(97,98,104,.14);
    background-image:linear-gradient(180deg,#fff,#fff 10%,#fff);  }
  .item_box_r{ width: 100%;background-color: #fff; padding: 15px; border-radius:5px; border: 1px solid rgba(222,223,224,.5); box-shadow: 0 8px 30px 0 rgba(97,98,104,.14);
  background-image:linear-gradient(180deg,#fff,#fff 10%,#fff); margin-top: 15px; margin-bottom: 15px;}
  
  
  
  .item_box_l_img{ width:120px; height: 150px; background-color: #536898; overflow: hidden;border-radius:5px; float: left; }
  .item_box_l_img img{ }
  .item_box_l_txt{ display: flex; flex-wrap: wrap; font-size: 16px; padding-left: 15px; flex: 1;  align-content:flex-start;  color: #50525c;}
  
  .item_box_l_txt1{width: 100%;display: flex; align-items:center; text-align: left; margin-top: 15px;}
  .item_box_l_txt2{width: 100%; margin-top: 12px;}
  .item_box_l_txt3{width: 100%; margin-top: 12px;}
  
  .item_box_l_txt1 b{font-size: 20px; font-weight: 600; color: #000;}
  .item_box_l_txt1 i{width: 20px; height: 20px; margin: 0px 10px 0px 3px;  background-image:url(../images/light.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
  .item_box_l_txt1 span{ font-size: 12px; border: 1px solid #05f; background-color: rgba(0, 132, 222, 0.15); color: #05f; padding: 0px 10px; border-radius:5px;}
  
  .item_box_l_zy{ padding-top: 10px; line-height:1.75; font-size: 16px;}
  
  
  
  .pag_wrap{position: relative; margin-bottom: 10px;}
  .pag_wrap .sub-title{font-size: 24px; font-weight: bold; color:#000; position: relative; z-index: 2;}
  .pag_wrap .sub-state{ position:absolute;z-index:1;bottom:0px;left:0;width:130px;height:12px;background:#05f;  opacity: 0.2;}
  .item_box_r_txt{ line-height: 2; font-size: 16px; color: #50525c; margin-bottom: 10px;}
  
  
  .item_box_r_txtly span{ font-size: 16px; line-height: 20px; border: 1px solid #616979; display: inline-block; margin: 3px 10px 3px 0px; background-color: rgba(0, 0, 0, 0.0); color: #616979; padding: 3px 10px; border-radius:5px;}
  
}









.index6{padding-top: 70px;padding-bottom: 0px;}
.news_nav{ text-align: center;margin-top: 40px;}
.news_nav a{display: inline-block; padding: 10px 30px;font-size: 16px;margin: 0px 5px;border-radius: 20px;}
.news_nav a:hover{background: #0084de; color: #fff;}
.news_nav a.on{ background: #0084de; color: #fff;}
.index_news{ padding: 30px 0px 50px 0px;}
.index_news ul{ display: none;}
.index_news ul:first-child{display: block;}
.index_news ul li{ width: 48%; margin: 0px 1% 10px 1%; float: left; }
.index_news ul li a{display: block;background: rgba(245, 247, 249, 1);padding: 10px 10px 10px 60px;position: relative; border-radius: 5px;}
.index_news ul li a:after{content: "";position: absolute;top: 10px;left: 10px;width: 34px;height: 31px; background-image:url(../images/icon/icon-22b.png);background-repeat:no-repeat; background-position:center center; background-size:34px;}
.index_news ul li a .txt{font-size: 18px;line-height: 30px;height: 30px;overflow: hidden;color: #666;}
.index_news ul li a i{position: absolute;top: 50%;right: 50px;font-size: 30px;color: #205381;margin-top: -15px;}
.index_news ul li a:hover .txt{color: #0084de;}
.index_news ul li a:hover i{color: #0084de;}

@media screen and (max-width: 1023px){
.index6{padding-top: 30px;padding-bottom: 0px;}
.news_nav{ text-align: center;margin-top: 20px;}
.news_nav a{display: inline-block; padding: 5px 15px;font-size: 16px;margin: 0px 10px;border-radius: 20px;}
.news_nav a:hover{background: #205381; color: #fff;}
.news_nav a.on{ background: #205381; color: #fff;}
.news_nav a:last-child{display: none;}
.index_news{ padding: 10px 0px 20px 0px;}
.index_news ul{ display: none;}
.index_news ul:first-child{display: block;}
.index_news ul li{ width: 98%; margin: 0px 1% 10px 1%; float: left; }
.index_news ul li a{display: block;background: rgba(245, 247, 249, 1);padding: 10px 10px 10px 45px;position: relative; border-radius: 5px;}
.index_news ul li a:after{content: "";position: absolute;top: 10px;left: 10px;width: 24px;height: 21px; background-image:url(../images/icon/icon-22b.png);background-repeat:no-repeat; background-position:center center; background-size:24px;}
.index_news ul li a .txt{font-size: 15px;line-height: 18px;height: auto;overflow: hidden;color: #666;}
.index_news ul li a i{position: absolute;top: 50%;right: 50px;font-size: 30px;color: #205381;margin-top: -15px;}
.index_news ul li a:hover .txt{color: #0084de;}
.index_news ul li a:hover i{color: #0084de;}
}
/* index6 */

.footer{padding-top: 70px;padding-bottom: 0px;background-image:url(../images/footbg.jpg);background-repeat:no-repeat; background-position:center center;background-size:cover; color: #fff; border-top: 4px solid #0084de;}

.footer .max1440{ position: relative;}

.footer_l{position: absolute;top: 0px;left: 30px;width: 600px;color: #fff;}
.footer_l .footer_logo{margin-bottom: 15px;}
.footer_l .footer_logo a{display: block;}
.footer_l .footer_logo a img{width:auto;height: auto;}

.footer_l .p1{font-size: 14px;line-height: 26px;margin-top: 10px;margin-bottom: 15px;opacity: 0.7; }

.footer_r{padding-left: 700px;min-height: 280px;}
.footer_r dl{width: 70%;float: left;}
.footer_r dl:nth-child(2){width: 30%;}
.footer_r dl dt a{display: block;color: #fff;font-size: 18px;line-height: 36px;margin: 0px 0px 15px 20px;padding-bottom: 15px; position: relative;}
.footer_r dl dt a:after{content: "";position: absolute;bottom: 0px;left: 0px;border-bottom: 2px solid #0084de;width: 35px;}
.footer_r dl dd a{display: inline-block;font-size: 15px;line-height: 28px;color: #fff;opacity: 0.7;margin-left: 40px;position: relative;border-bottom: 1px solid #151821;}
.footer_r dl dd a:after{content: "";position: absolute;top: 10px;left: -20px;width: 6px;height: 10px; border-width: 0.35em 0 0.35em 0.45em;border-color: transparent #0084de;border-style: solid;}
.footer_r dl dd a:hover{border-bottom: 1px solid #0084de;color: #0084de; opacity: 1;}
.footer_r dl .dl_txt{margin-left: 20px;padding-top: 10px;}
.footer_r dl .p2{font-size: 14px;line-height: 26px;color: #fff;opacity: 0.7;margin-bottom: 5px;}
.footer_r dl .p3{font-size: 16px;color: #fff; margin-bottom: 5px;}
.footer_r dl .tel{font-size: 34px;color: #fff;font-family: 'LibreBaskerville-Regular-2';}


.footer_r dl  .dl_erm{text-align: right; padding-top:10px;}
.footer_r dl  .dl_erm img{width: 150px;}
.footer_r dl  .dl_erm span{ display: block; width: 150px; text-align: center; float: right; padding-top: 15px;}



@media screen and (max-width: 1023px){
.footer{padding-top: 25px;padding-bottom: 70px;background-image:url(../images/footbg.jpg);background-repeat:no-repeat; background-position:center center;background-size:cover; color: #fff; border-top: 4px solid #0084de;}

.footer .max1440{ position: relative;}

.footer_l{position:relative;top: 0px;left: 0px;width: 100%;color: #fff;}
.footer_l .footer_logo{margin-bottom: 15px;}
.footer_l .footer_logo a{display: block; text-align: center;}
.footer_l .footer_logo a img{width:auto;height: auto;}

.footer_l .p1{font-size: 14px;line-height: 1.5;margin-top: 10px;margin-bottom: 15px;opacity: 0.7; }

.footer_r{padding-left: 0px;min-height: auto;}
.footer_r dl{width: 100%;float: left;}
.footer_r dl:nth-child(2){width: 30%; display: none;}
.footer_r dl dt a{display: block;color: #fff;font-size: 18px;line-height: 36px;margin: 0px 0px 5px 0px;padding-bottom: 5px; position: relative;}
.footer_r dl dt a:after{content: "";position: absolute;bottom: 0px;left: 0px;border-bottom: 2px solid #0084de;width: 35px;}
.footer_r dl dd a{display: inline-block;font-size: 15px;line-height: 28px;color: #fff;opacity: 0.7;margin-left: 40px;position: relative;border-bottom: 1px solid #151821;}
.footer_r dl dd a:after{content: "";position: absolute;top: 10px;left: -20px;width: 6px;height: 10px; border-width: 0.35em 0 0.35em 0.45em;border-color: transparent #0084de;border-style: solid;}
.footer_r dl dd a:hover{border-bottom: 1px solid #0084de;color: #0084de; opacity: 1;}
.footer_r dl .dl_txt{margin-left: 0px;padding-top: 10px; padding-bottom: 10px;}
.footer_r dl .p2{font-size: 14px;line-height: 26px;color: #fff;opacity: 0.7;margin-bottom: 5px;}
.footer_r dl .p3{font-size: 16px;color: #fff; margin-bottom: 5px;}
.footer_r dl .tel{font-size: 34px;color: #fff;font-family: 'LibreBaskerville-Regular-2';}


.footer_r dl  .dl_erm{text-align: right; padding-top:10px;}
.footer_r dl  .dl_erm img{width: 150px;}
.footer_r dl  .dl_erm span{ display: block; width: 150px; text-align: center; float: right; padding-top: 15px;}

}



.footer2{padding-top: 20px;padding-bottom: 20px;color: #fff;display: flex;justify-content: space-between; background-color: rgba(0, 48, 91, 1);}
.footer2_l{font-size: 14px;line-height: 24px; opacity: 0.7;}
.footer2_l a{display: inline-block;color: #fff;}
.footer2_l a:hover{color: #ea0028;}

@media screen and (max-width: 1023px){
.footer2_r{display: none;}
.footer2_l{font-size: 12px;line-height: 1.5;}
}

.footer3{padding-top: 20px;padding-bottom: 0px;display: flex;justify-content: space-between;}
.footer3 .box{width: 29%;}
.footer3 .box .h3{font-size: 18px;color: #fff;padding-bottom: 10px;margin-bottom: 15px;border-bottom: 1px solid #999;position: relative;}
.footer3 .box .h3:after{content: "";position: absolute;bottom: -1px;left: 0px;border-bottom: 2px solid #ea0028;width: 50px;}
.footer3 .box .txt{font-size: 14px;color: #fff;line-height: 24px;}
@media screen and (max-width: 1023px){
.footer3{display: none;}
}
/* footer */

.yqlj{ display: block;}
@media screen and (max-width: 1023px){
  .yqlj{display: none;}
  }

.service1{padding-top: 90px;padding-bottom: 90px;background: #f5f7f9;}
.service_nav{ text-align: center;margin-top: 50px;}
.service_nav a{display: inline-block; padding: 15px 40px;background: #fff;margin: 0px 10px 20px 10px;font-size: 16px;border-radius: 10px;}
.service_nav a:hover{background: #205381; color: #fff;}
.service_nav a.on{ background: #205381; color: #fff;}
.service_list{margin-top: 0px;display: flex;justify-content: space-between;}
.ser1_l{width: 48%;}
.ser1_l .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
.ser1_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.ser1_l .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.ser1_r{width: 48%;padding-top: 0px;}
.ser1_r .tit{font-size: 32px;color: #000;margin-bottom: 10px; font-weight: bold;}
.ser1_r .titm{font-size: 20px;color: #205381;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 2px solid #ddd;}
.ser1_r .txt{font-size: 16px;color: #666;line-height: 30px;margin-bottom: 30px;}
.ser1_r a.qz_tan{display: inline-block;background: #205381;color: #fff;padding: 12px 30px;font-size: 16px;border-radius: 10px;}
.ser1_r a.qz_tan:hover{background: #ea0028;}
@media screen and (max-width: 1023px){
.service1{padding-top: 30px;padding-bottom: 30px;background: #f5f7f9;}
.ser1_l .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden; }
.service_nav{ text-align: center;margin-top: 30px;}
.service_nav a{display: inline-block; padding: 8px 15px;background: #fff;margin: 0px 5px 10px 5px;font-size: 12px;border-radius: 10px;}
.service_nav a:hover{background: #205381; color: #fff;}
.service_nav a.on{ background: #205381; color: #fff;}
.service_list{margin-top: 0px;display: flex;justify-content: space-between;flex-wrap: wrap;flex-direction: column;}
.ser1_l{width: 100%;}
.ser1_r{width: 100%;padding-top: 20px;}
.ser1_r .tit{font-size: 24px;color: #000;margin-bottom: 5px; text-align: center;}
.ser1_r .titm{font-size: 14px;color: #205381;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 2px solid #ddd;}
.ser1_r .txt{font-size: 16px;color: #1e1f24;line-height: 1.6;margin-bottom: 10px;}
.ser1_r a.qz_tan{display: inline-block;background: #205381;color: #fff;padding: 8px 15px;font-size: 12px;border-radius: 10px;}
.ser1_r a.qz_tan:hover{background: #ea0028;}
}
/* service1 */

.ser1_ll{width: 28%;}
.ser1_ll .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden; }
.ser1_ll .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.ser1_ll .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.ser1_rr{width: 68%;padding-top: 0px;}

@media screen and (max-width: 1023px){
.ser1_ll{width: 50%; margin-left: 25%; margin-bottom: 15px;}
.ser1_ll .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden; }
.ser1_ll .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.ser1_ll .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.ser1_rr{width: 100%;padding-top: 0px;}
}


.liucheng{padding-top: 50px;padding-bottom: 50px;}
.main_cont{margin-top: 50px;display: flex;flex-direction: row;justify-content: space-between;}
.main_cont .box{width: 15.6%;position: relative;text-align: center;}
.main_cont .box:after{content: "";position: absolute;background-image:url(../images/icon/img-108.png);background-repeat:no-repeat; background-position:right center; background-size:cover;width: 56%;height: 5px;right: -32%;top: 37px;}
.main_cont .box:last-child:after{background-image: none;}
.main_cont .box .row{width: 80px;height: 80px;line-height: 80px;text-align: center; color: #205381;margin: 0px auto 30px auto;font-weight: bold;font-size: 30px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main_cont .box .main{font-size: 16px; color: #333;}
@media screen and (max-width: 1023px){
.liucheng{padding-top: 20px;padding-bottom: 20px;}
.main_cont{margin-top: 30px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.main_cont .box{width: 33%;position: relative;text-align: center;margin-bottom: 20px;}
.main_cont .box:after{content: "";position: absolute;background-image:url(../images/icon/img-108.png);background-repeat:no-repeat; background-position:right center; background-size:cover;width: 56%;height: 5px;right: -32%;top: 37px;background-image: none;}
.main_cont .box:last-child:after{background-image: none;}
.main_cont .box .row{width: 60px;height: 60px;line-height: 60px;text-align: center; color: #205381;margin: 0px auto 5px auto;font-weight: bold;font-size: 20px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main_cont .box .main{font-size: 14px; color: #333;}
}
/* liucheng */


.peixun_more{padding-top: 90px;padding-bottom: 90px;}
/** swiper02_box ====================================================================================*/
.swiper02_box{ width:100%; position: relative; margin: 10px auto 0px auto; padding: 30px 0px 40px 0px;  }
/** 点 ============*/
.swiper02_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper02_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 0px; }
.swiper02_box .swiper-pagination-bullet{ background: #999;  opacity: 0.8; width: 10px; height:10px;border-radius:5px;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #205381; width: 30px; opacity:1;}
/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {left: -50px;opacity:1;top: 45%;}
.swiper02_box .swiper-button-next {right:-50px;opacity:1;top: 45%; }
.swiper02_box .swiper-button-prev {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/icon/swiper_left02.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
.swiper02_box .swiper-button-next {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/icon/swiper_right02.png);background-repeat:no-repeat; background-position:center center; background-size:20px; }
.swiper02_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/icon/swiper_left01.png);}
.swiper02_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/icon/swiper_right01.png);}

.swiper02_box .swiper-button-prev.hide{opacity:0;}
.swiper02_box .swiper-button-next.hide{opacity:0;}
.swiper02_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}
@media screen and (max-width: 1366px){
/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {left: 0px;opacity:1;top: 45%;}
.swiper02_box .swiper-button-next {right:0px;opacity:1;top: 45%; }
}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.peixun_more{padding-top: 30px;padding-bottom: 30px;}
.swiper02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 20px 0px 30px 0px; }
.swiper02_box .swiper-pagination{width: 100%; text-align:center;}
/** 点 ============*/
.swiper02_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper02_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper02_box .swiper-pagination-bullet{ background: #999;  opacity: 0.8; width: 8px; height:8px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #205381; width: 20px; opacity:1;}

.swiper02_box .swiper-button-prev {left: 0px;opacity:1; top: 45%}
.swiper02_box .swiper-button-next {right:0px;opacity:1;top: 45%}
.swiper02_box .swiper-button-prev {width:20px;height: 20px; background-size:20px;}
.swiper02_box .swiper-button-next {width:20px;height: 20px; background-size:20px; }
}

a.sw_item02{ display: block;}
a.sw_item02 .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
a.sw_item02 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item02:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
a.sw_item02 .txt{background: #f5f7f9;padding: 30px 25px;}
a.sw_item02 .txt .h3{font-size: 18px;color: #333;line-height: 20px;height: 20px;overflow: hidden;}
a.sw_item02 .txt .line{width: 60px;border-bottom: 3px solid #205381;margin: 10px 0px 15px 0px;}
a.sw_item02 .txt .h4{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 15px;}
a.sw_item02 .txt .more{font-size: 14px;color: #205381;font-weight: bold;}
a.sw_item02:hover .txt .more{color: #ea0028;}
@media screen and (max-width: 1023px){
a.sw_item02{ display: block;}
a.sw_item02 .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
a.sw_item02 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item02:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
a.sw_item02 .txt{background: #f5f7f9;padding: 10px 10px;}
a.sw_item02 .txt .h3{font-size: 16px;color: #333;line-height: 18px;height: 18px;overflow: hidden;}
a.sw_item02 .txt .line{width: 40px;border-bottom: 2px solid #205381;margin: 5px 0px 10px 0px;}
a.sw_item02 .txt .h4{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
a.sw_item02 .txt .more{font-size: 14px;color: #205381;font-weight: bold;display: none;}
a.sw_item02:hover .txt .more{color: #ea0028;}
}
/* peixun */


.about1{padding-top: 60px;padding-bottom: 60px;}
.about1m{margin-top: 50px;display: flex;justify-content: space-between;flex-direction: row;}
.about1_l{width: 48%;padding-top: 20px;}
.about1_l .tit{font-size: 36px;color: #333;letter-spacing: 1.2px;margin-bottom: 10px; font-weight: bold;}
.about1_l .titm{font-size: 18px;color: #666;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 2px solid #ddd;position: relative;}
.about1_l .titm:after{content:" ";position: absolute;bottom: 0px;left: 0px;border-bottom: 2px solid #205381;width: 100px;}
.about1_l .txt{font-size: 18px;color: #333;line-height: 2;}
.about1_l .txt .p2{color:#0084de;font-size: 30px; font-weight: bold; padding-top: 20px;}

.about1_sxtxt{font-size: 18px;color: #333;line-height: 2;}

.about1_r{width: 48%;}
.about1_r .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden;border-radius: 20px; }
.about1_r .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute; z-index: 5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.about1_r .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
 
@media (max-width:1023px){
.about1{padding-top: 25px;padding-bottom: 25px;}
.about1m{margin-top: 10px;display: flex;justify-content: space-between;flex-direction: column;}
.about1_l{width: 100%;padding-top: 10px;margin-bottom: 20px;}
.about1_l .tit{font-size: 18px;color: #333;letter-spacing: 1.2px;margin-bottom: 5px;}
.about1_l .titm{font-size: 14px;color: #666;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 2px solid #ddd;position: relative;}
.about1_l .titm:after{content:" ";position: absolute;bottom: 0px;left: 0px;border-bottom: 2px solid #205381;width: 50px;}
.about1_l .txt{font-size: 16px;color: #666;line-height: 1.75;}
.about1_r{width: 100%;}
.about1_l .txt .p2{color:#0084de;font-size: 24px; font-weight: bold; padding-top: 20px; text-align: center;}

.about1_sxtxt{font-size: 16px;color: #333;line-height: 1.75; padding-top: 25px;}

}
/* about1 */

.youshi{padding-top: 90px;padding-bottom: 70px;background-repeat:no-repeat; background-position:center bottom; background-size:cover;position: relative;z-index: 2;}
.youshi:after{content: "";background:rgba(0,0,0,0.5); width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: -1;}
.youshi .index_title{text-align: center;position: relative;}
.youshi .index_title .title_en{font-size: 100px;line-height: 1;text-transform: uppercase;color: rgba(221, 221, 221, 0.2);font-family: Impact;}
.youshi .index_title .title_ch{font-size: 46px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.youshi .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #ddd;margin-left: -40px;}
.youshi_txt{color: #fff;margin: 50px auto 0px auto; font-size: 16px;line-height: 30px;max-width: 1000px;text-align: center;}
ul.shuzi2{display: flex;margin-top: 50px;}
ul.shuzi2 li{width: 25%;float: left;display: block;text-align: center;padding: 30px 20px;color: #fff; }
ul.shuzi2 li .p1 span{font-size: 50px;font-weight: bold;}
ul.shuzi2 li .p1 b{font-size: 14px; position: absolute;}
ul.shuzi2 li .p2{margin: 10px 0px;font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;}
@media (max-width:1366px){
.youshi .index_title{text-align: center;position: relative;}
.youshi .index_title .title_en{font-size: 80px;line-height: 1;text-transform: uppercase;color: rgba(221, 221, 221, 0.2);font-family: Impact;}
.youshi .index_title .title_ch{font-size: 32px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.youshi .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 4px solid #ddd;margin-left: -40px;}
}
@media (max-width:1023px){
.youshi{padding-top: 30px;padding-bottom: 30px;background-repeat:no-repeat; background-position:center center; background-size:cover;position: relative;z-index: 2;}
.youshi .index_title{text-align: center;position: relative;}
.youshi .index_title .title_en{font-size: 36px;line-height: 1;text-transform: uppercase;color: rgba(221, 221, 221, 0.2);font-family: Impact;}
.youshi .index_title .title_ch{font-size: 26px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.youshi .index_title .title_ch:after{content: "";position: absolute;bottom: -10px;left: 50%;width: 50px;border-bottom: 2px solid #ddd;margin-left: -25px;}
.youshi_txt{color: #fff;margin: 20px auto 0px auto; font-size: 14px;line-height: 24px;max-width: 100%;text-align: center;}
ul.shuzi2{display: flex;margin-top: 20px;flex-wrap: wrap;}
ul.shuzi2 li{width: 50%;float: left;display: block;text-align: center;padding: 0px 10px 10px 10px;color: #fff; }
ul.shuzi2 li .p1 span{font-size: 22px;font-weight: normal;}
ul.shuzi2 li .p1 b{font-size: 14px; position: absolute;}
ul.shuzi2 li .p2{margin: 5px 0px;font-size: 14px;line-height: 16px;height: 16px;overflow: hidden;}
}
/* youshi */

.crumbs{padding: 20px 0px;border-bottom: 1px solid #ddd;color: #666;font-size: 14px;}
.crumbs a{color: #666;margin: 0px 5px;}
.crumbs a:hover{color: #205381;}
.crumbs a.on{color: #205381;}
@media (max-width:1023px){
.crumbs{display: none;}
}
/* 面包屑 */


.pag_main{padding-top: 60px;padding-bottom: 60px;}
.pag_maint{padding-top: 30px;padding-bottom: 30px; background-color: rgba(245, 247, 249, 1);}

.pag_maint .lvshi_item{ padding-top: 10px;}

ul.team{margin-left: -15px;margin-right: -15px;margin-top: 50px;}
ul.team li{width: 33.3333%;float: left;padding: 0px 15px;margin-bottom: 30px;}
ul.team li .main{position: relative;box-shadow:0 0 15px rgba(0,0,0,0.15);border-radius: 10px;}
.team_l{position: absolute;top: 0px;left: 0px;width: 150px;}
.team_l .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;border-radius: 10px 0px 0px 10px}
.team_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.team_l .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.team_r{min-height: 225px;padding: 20px 20px 20px 170px;}
.team_r .name{font-size: 18px;color: #333;line-height: 1.3;height: auto;overflow: hidden;margin-bottom: 10px;}
.team_r .name span{font-weight: bold;color: #205381;}
.team_r .p1{font-size: 14px;color: #666;line-height: 1.6;height:auto;overflow: hidden;margin-bottom: 10px;}
.team_r .p1 span{font-weight: bold;color: #205381;font-size: 14px;}
.team_r a{display: inline-block;background: #205381;color: #fff;padding: 5px 10px;font-size: 12px;border-radius: 5px;}
.team_r a:hover{background: #ea0028;}
@media (max-width:1023px){
.pag_main{padding-top: 20px;padding-bottom: 20px;}
.pag_maint{padding-top: 10px;padding-bottom: 30px;}
ul.team{margin-left: 0px;margin-right: 0px;margin-top: 30px;}
ul.team li{width: 100%;float: left;padding: 0px 0px;margin-bottom: 20px;}
ul.team li .main{position: relative;box-shadow:0 0 15px rgba(0,0,0,0.0);border-radius: 10px;border: 1px solid #ddd;}
.team_l{position: absolute;top: 0px;left: 0px;width: 150px;}
.team_l .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;border-radius: 10px 0px 0px 10px}
.team_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.team_l .imgzoom:hover img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.team_r{min-height: 225px;padding: 20px 20px 20px 170px;}
.team_r .name{font-size: 16px;color: #333;line-height: 1.5;height: auto;overflow: hidden;margin-bottom: 5px;}
.team_r .name span{font-weight: bold;color: #205381;}
.team_r .p1{font-size: 14px;color: #666;line-height: 1.5;height: auto;overflow: hidden;margin-bottom: 10px;}
.team_r .p1 span{font-weight: bold;color: #205381;font-size: 15px;}
.team_r a{display: inline-block;background: #205381;color: #fff;padding: 5px 10px;font-size: 12px;border-radius: 5px;}
.team_r a:hover{background: #ea0028;}
}
/* 团队介绍列表 */


ul.pei_list{margin-top: 50px;margin-left: -15px;margin-right: -15px;}
ul.pei_list li{padding: 0px 15px;width: 25%;float: left;margin-bottom: 30px;}
ul.pei_list li a{display: block;}
ul.pei_list li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.pei_list li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.pei_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
ul.pei_list li a .txt{background: #f5f7f9;padding: 30px 25px;}
ul.pei_list li a .txt .h3{font-size: 18px;color: #333;line-height: 20px;height: 20px;overflow: hidden;}
ul.pei_list li a .txt .line{width: 60px;border-bottom: 3px solid #205381;margin: 10px 0px 15px 0px;}
ul.pei_list li a .txt .h4{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 15px;}
ul.pei_list li a .txt .more{font-size: 14px;color: #205381;font-weight: bold;}
ul.pei_list li a:hover .txt .more{color: #ea0028;}
@media (max-width:1023px){
ul.pei_list{margin-top: 30px;margin-left: -5px;margin-right: -5px;}
ul.pei_list li{padding: 0px 5px;width: 50%;float: left;margin-bottom: 10px;}
ul.pei_list li a .txt{background: #f5f7f9;padding: 10px 10px;}
ul.pei_list li a .txt .h3{font-size: 16px;color: #333;line-height: 18px;height: 18px;overflow: hidden;}
ul.pei_list li a .txt .line{width: 40px;border-bottom: 2px solid #205381;margin: 5px 0px 10px 0px;}
ul.pei_list li a .txt .h4{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
ul.pei_list li a .txt .more{font-size: 12px;color: #205381;font-weight: bold;display: none;}
}
/* 保镖培训列表 */

ul.serpag_list{margin-top: 50px;margin-left: -15px;margin-right: -15px;}
ul.serpag_list li{padding: 0px 15px;width: 25%;float: left;margin-bottom: 30px;}
ul.serpag_list li a{display: block;}
ul.serpag_list li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.serpag_list li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.serpag_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
ul.serpag_list li a .txt{background: #f5f7f9;padding: 20px 25px;}
ul.serpag_list li a .txt .h3{font-size: 20px; font-weight: bold; color: #333;line-height: 20px;height: 20px;overflow: hidden; text-align: center;}
ul.serpag_list li a .txt .line{width: 60px;border-bottom: 3px solid #205381;margin: 10px 0px 15px 0px; display: none;}
ul.serpag_list li a .txt .h4{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 15px;}
ul.serpag_list li a .txt .more{font-size: 14px;color: #205381;font-weight: bold;}
ul.serpag_list li a:hover .txt .more{color: #ea0028;}
@media (max-width:1023px){
ul.serpag_list{margin-top: 30px;margin-left: -5px;margin-right: -5px;}
ul.serpag_list li{padding: 0px 5px;width: 50%;float: left;margin-bottom: 10px;}
ul.serpag_list li a .txt{background: #f5f7f9;padding: 10px 10px;}
ul.serpag_list li a .txt .h3{font-size: 18px;color: #333;line-height: 22px;height: 22px;overflow: hidden;}
ul.serpag_list li a .txt .line{width: 40px;border-bottom: 2px solid #205381;margin: 5px 0px 10px 0px;}
ul.serpag_list li a .txt .h4{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
ul.serpag_list li a .txt .more{font-size: 12px;color: #205381;font-weight: bold;display: none;}
}
/* 保镖服务列表 */

ul.serfz_list{margin-top: 50px;margin-left: -15px;margin-right: -15px;}
ul.serfz_list li{padding: 0px 15px;width: 20%;float: left;margin-bottom: 10px;}
ul.serfz_list li:last-child{display: none;}
ul.serfz_list li a{display: block;}
ul.serfz_list li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.serfz_list li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.serfz_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
ul.serfz_list li a .txt{background: #f5f7f9;padding: 20px 0px 0px 0px;}
ul.serfz_list li a .txt .h3{font-size: 18px;color: #333;line-height: 20px;height: 20px;overflow: hidden;}
ul.serfz_list li a .txt .line{width: 60px;border-bottom: 3px solid #205381;margin: 10px 0px 15px 0px;}
ul.serfz_list li a .txt .h4{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 15px;}
ul.serfz_list li a .txt .more{font-size: 14px;color: #205381;font-weight: bold;}
ul.serfz_list li a:hover .txt .more{color: #ea0028;}
@media (max-width:1023px){
ul.serfz_list{margin-top: 30px;margin-left: -5px;margin-right: -5px;}
ul.serfz_list li{padding: 0px 5px;width: 50%;float: left;margin-bottom: 10px;}
ul.serfz_list li a .txt{background: #f5f7f9;padding: 10px 10px;}
ul.serfz_list li a .txt .h3{font-size: 18px;color: #333;line-height: 22px;height: 22px;overflow: hidden;}
ul.serfz_list li a .txt .line{width: 40px;border-bottom: 2px solid #205381;margin: 5px 0px 10px 0px;}
ul.serfz_list li a .txt .h4{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
ul.serfz_list li a .txt .more{font-size: 12px;color: #205381;font-weight: bold;display: none;}
}
/* 保镖服务列表 */


ul.news_list{margin-top: 0px;margin-left: -30px;margin-right: -30px;}
ul.news_list li{width: 50%;padding: 0px 30px;margin-bottom: 40px;float: left;}
ul.news_list li a{display: block;border-bottom: 1px solid #ddd;padding-bottom: 40px;}
ul.news_list li a .name{font-size: 20px; color: #333;line-height: 20px;height: 20px;overflow: hidden;margin-bottom: 20px;transition: all 0.5s ease-out;}
ul.news_list li a .time{font-size: 16px;color: #666;margin-bottom: 10px;}
ul.news_list li a .txt{font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 20px;}
ul.news_list li a .more{display: inline-block;background: #ddd;padding: 10px 30px;font-size: 12px;border-radius: 5px;transition: all 0.5s ease-out;}
ul.news_list li a:hover .name{color: #205381;}
ul.news_list li a:hover .more{background: #205381;color: #fff;}
@media (max-width:1023px){
ul.news_list{margin-top: 0px;margin-left: 0px;margin-right: 0px;}
ul.news_list li{width: 100%;padding: 0px 0px;margin-bottom: 15px;float: left;}
ul.news_list li a{display: block;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
ul.news_list li a .name{font-size: 18px; color: #333;line-height: 1.5;height: auto;overflow: hidden;margin-bottom: 10px;transition: all 0.5s ease-out;}
ul.news_list li a .time{font-size: 14px;color: #666;margin-bottom: 10px;}
ul.news_list li a .txt{font-size: 14px;color: #666;line-height: 22px;height: 44px;overflow: hidden;margin-bottom: 10px; display: none;}
ul.news_list li a .more{display: inline-block;background: #ddd;padding: 5px 10px;font-size: 12px;border-radius: 5px;transition: all 0.5s ease-out;}
}
/* 新闻列表页 */



.news_info{ position: relative; margin-top: -10px; display: flex;justify-content: space-between;}
.info_l{ width: calc( 100% - 400px);color: #333; padding: 40px 40px 40px; background-color: #fff; box-shadow: 2px 7px 18px 3px rgba(153, 153, 153, 0.21);}
.info_l .info_tit{}
.info_l .info_tit .h1{font-size: 30px; line-height: 1.5; margin-bottom: 15px;color: #333; }
.info_l .info_tit .wenshu{ padding-left: 40px; background-image:url(../images/wenshu.png);background-repeat:no-repeat; background-position:left center; background-size:30px;}

.info_l .info_tit span{font-size: 12px;margin-bottom: 15px;color: #999;margin-right: 30px;}
.info_l a.a1{display: inline-block; text-align: center; width: 170px; font-size: 16px;color: #fff;margin-top: 20px;border-radius: 20px;box-shadow: 0 4px 10px 0 rgba(0,53,223, .2);background-color: #0052CD;padding: 8px 0px; margin-right: 20px;}

.info_l  .introduction { background: #F6F6F6; border-radius: 5px;padding: 16px;margin-top: 24px; font-size: 14px;font-family: Microsoft YaHei; font-weight: 400; color: #666666; line-height: 24px;}
.info_l  .introduction h5 {color: #333333; line-height: 1; margin-bottom: 15px;}

.info_l .info_txt{font-size: 18px;color: #333;line-height: 2;padding: 30px 0px;  position: relative;overflow: hidden;
  -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}

.info_l .wenshu_txt{font-size: 18px;color: #333;line-height: 2;padding: 30px 0px;  position: relative;overflow: hidden;

}



.info_l .info_txt a{ color: #1D59A7;}
.fanye{margin-top: 0px;margin-bottom: 0px;}
.fanyea{padding-bottom: 15px;color: #333;font-size: 16px; padding: 0px 0px;line-height: 30px;height: 30px;overflow: hidden; transition: all 0.5s ease-out;width: 100%;}
.fanyea a{color: #333;transition: all 0.5s ease-out;}
.fanyea a:hover{color: #1D59A7; }
a.back{display: inline-block;background: #1D59A7;color: #fff;padding: 10px 20px;font-size: 14px;border-radius: 5px;transition: all 0.5s ease-out;}
a.back:hover{padding: 10px 30px;}
.info_r{ width: 365px; padding: 0px 0px 20px 0px;text-align: left;}
.info_r .tit{font-size: 20px;font-weight: bold;padding-bottom: 20px;border-bottom: 2px solid #1D59A7;}
ul.news_tuijian{margin-top: 20px;}
ul.news_tuijian a{display:block;font-size: 16px;line-height: 50px;height: 50px;overflow: hidden;border-bottom: 1px dotted #ddd;color: #333;transition: all 0.5s ease-out;}
ul.news_tuijian a i{color: #666;margin-right: 15px;transition: all 0.5s ease-out;font-size: 14px;}
ul.news_tuijian a:hover{color: #1D59A7;}
ul.news_tuijian a:hover i{color: #1D59A7;}

@media (max-width:1023px){
.news_info{ position: relative;display: flex;justify-content: space-between;align-items: flex-start;flex-direction: column;}
.info_l{ width: 100%;color: #333;margin-bottom: 30px; padding: 15px;}
.info_l .info_tit{padding-bottom: 10px;border-bottom: 2px solid #ddd;margin-bottom: 20px;text-align: left;}
.info_l .info_tit .h1{font-size: 24px;margin-bottom: 10px;color: #333;line-height: 1.4; text-align: left; font-weight:700;}
.info_l .info_tit span{font-size: 12px;margin-bottom: 10px;color: #666;margin-right: 20px;}
.info_l .info_txt{font-size: 18px; color: #1e1f24;line-height: 1.75;padding:0px 0px 20px 0px;border-bottom: 2px solid #ddd;position: relative;overflow: hidden;}
.fanye{margin-top: 10px;margin-bottom: 10px;}
.fanyea{padding-bottom: 15px;color: #333;font-size: 14px; padding: 0px 0px;line-height: 26px;height: 26px;overflow: hidden; transition: all 0.5s ease-out;width: 100%;}
.fanyea a{color: #333;transition: all 0.5s ease-out;}
.fanyea a:hover{color: #1D59A7; }
a.back{display: inline-block;background: #1D59A7;color: #fff;padding: 5px 10px;font-size: 12px;border-radius: 5px;transition: all 0.5s ease-out;}
a.back:hover{padding: 10px 30px;}

.info_r{position: relative;width: 100%;top: 0px;padding: 0px 0px 0px 0px; text-align: left;}
.info_r .tit{font-size: 18px;font-weight: bold;padding-bottom: 10px;border-bottom: 2px solid #1D59A7;}
ul.news_tuijian{margin-top: 10px;}
ul.news_tuijian a{display:block;font-size: 14px;line-height: 40px;height: 40px;overflow: hidden;border-bottom: 1px dotted #ddd;color: #333;transition: all 0.5s ease-out;}
ul.news_tuijian a i{color: #666;margin-right: 15px;transition: all 0.5s ease-out;font-size: 12px;}
ul.news_tuijian a:hover{color: #1D59A7;}
ul.news_tuijian a:hover i{color: #1D59A7;}

.info_l  .introduction{display: none;}
}
/* 新闻详细页 */

.shengming { margin-top:20px;font-size: 14px; font-family: Microsoft YaHei;font-weight: 400; color: #999999; padding: 0 20px;line-height: 37px; background: #F6F6F6;}
.shengming span {color: #0052CD;}
 


.info_lvshi{margin-top: 20px; padding: 25px 15px 10px; box-shadow: 2px 2px 6px 3px rgba(153, 153, 153, 0.21);position:sticky; top: 50px; display:flex;flex-direction:row; justify-content:space-between; flex-wrap: wrap;}

.info_lvshi_item01{ position: relative; width: 100%; margin-bottom:15px; display: flex; justify-content: flex-start;}
.info_lvshi_item01 .imgzoom{  width: 80px; height: 80px; position: relative; margin-top: 5px; overflow: hidden; border-radius: 50%;  background-color: #152d69; background-image:url(../images/lvshi_itembg.jpg);background-repeat:no-repeat; background-position:center center; background-size:cover; }
.info_lvshi_item01 .imgzoom img{width: 80%;height:100%; left: 10%; bottom: -10%; object-fit: cover;  position: absolute;  z-index: 1; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.info_lvshi_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.info_lvshi_item01 .imgzoom i{ width: 70px; height: 60px; position: absolute; left: 6px; top: 0px; z-index: 2; background-image:url(../images/itemlogo.png);background-repeat:no-repeat; background-position:center center; background-size:100%; }
.info_lvshi_item01 .imgzoom span{ width: 140px; height: 20px; line-height: 20px; padding-left: 25px; position: absolute; left: 10px; bottom: 10px; z-index: 2; background-image:url(../images/jinpai.png);background-repeat:no-repeat; background-position:left center; background-size:20px; color: #fff; font-size: 12px;}

.info_lvshi_item01 .txt{padding: 0px 0px 15px 25px; width:calc( 100% - 100px );  transition: all 0.5s ease-out;  border-bottom: 1px solid #eee;}
.info_lvshi_item01 .txt .p1{ display: flex; align-items:center; text-align: left;  height: 30px;   margin-bottom: 1px;}
.info_lvshi_item01 .txt .p1 b{font-size: 18px; font-weight: 400; color: #000;}
.info_lvshi_item01 .txt .p1 i{width: 20px; height: 20px; margin: 0px 10px 0px 3px;  background-image:url(../images/light.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
.info_lvshi_item01 .txt .p1 span{ font-size: 12px; border: 1px solid #05f; background-color: rgba(0, 132, 222, 0.15); color: #05f; padding: 0px 10px; border-radius:5px;}
.info_lvshi_item01 .txt .p2{font-size: 12px; color: #999;}

.info_lvshi_item01 .txt .p3 {font-size: 12px; line-height: 15px; color: #616979; margin-top: 5px; overflow: hidden;}
.info_lvshi_item01 .txt .p3 span{ font-size: 12px; line-height: 15px; color: #616979; padding: 3px 5px 3px 0px;}

.info_lvshi_item01 .txt .more{ display: flex; justify-content: space-between; align-items: center; margin-top: 10px;}
.info_lvshi_item01 .txt .more a{display: inline-block;background: #0084de;color: #fff;padding: 5px 10px;border-radius: 5px;}
.info_lvshi_item01 .txt .more a:hover{background: #ea0028;}
.info_lvshi_item01 .txt .more span{ font-size: 12px;}

@media (max-width:1023px){
  .shengming { margin-top:20px;font-size: 14px; font-family: Microsoft YaHei;font-weight: 400; color: #999999; padding: 10px 20px;line-height: 1.75; background: #F6F6F6;}
.shengming span {color: #0052CD;}

.info_lvshi{ box-shadow: 2px 7px 18px 3px rgba(153, 153, 153, 0.21);}
}



.con1{margin-top:50px;margin-bottom: 50px; font-size: 18px; line-height: 1.5; display: flex;flex-direction: row;justify-content: space-between;}
.con1 .box{width: 22%;background: linear-gradient(139deg, #9DBEFF 0%, #1D59A7 98%);text-align: center;padding: 30px 20px;color: #fff;border-radius: 10px;}
.con1 .box img{width: 45px;height: 45px;margin-bottom: 30px;}
.con1 .box .p1{font-size: 20px;line-height: 1;margin-bottom: 10px;font-weight: bold;}
.con1 .box .p2{font-size: 16px;line-height: 26px;}
iframe{width: 100%;  height: 500px;margin-top: 60px;}
@media (max-width:1366px){
.con1{margin-top: 60px;margin-bottom: 120px; display: flex;flex-direction: row;justify-content: space-between;}
.con1 .box{width: 22%;background: linear-gradient(139deg, #9DBEFF 0%, #1D59A7 98%);text-align: center;padding: 30px 20px;color: #fff;border-radius: 10px;}
.con1 .box img{width: 35px;height: 35px;margin-bottom: 20px;}
.con1 .box .p1{font-size: 18px;line-height: 1;margin-bottom: 10px;font-weight: bold;}
.con1 .box .p2{font-size: 16px;line-height: 26px;}
iframe{width: 100%;  height: 400px;margin-top: 60px;}
}
@media (max-width:1023px){
.con1{margin-top: 30px;margin-bottom: 30px; display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}  
.con1 .box{width: 100%;background: linear-gradient(139deg, #9DBEFF 0%, #1D59A7 98%);text-align: center;padding: 15px 15px;color: #fff;border-radius: 10px;margin-bottom: 10px;}
.con1 .box img{width: 30px;height: 30px;margin-bottom: 10px;}
.con1 .box .p1{font-size: 16px;line-height: 1;margin-bottom: 5px;font-weight: bold;}
.con1 .box .p2{font-size: 14px;line-height: 24px;}
iframe{width: 100%;  height: 400px;margin-top: 20px;}
}
/* 联系我们 */


.pag_nav{  border-bottom: 1px solid #f5f5f5; background: #fff; box-shadow: 6px 3px 29px rgba(21,0,0,0.05);}
.pag_navul{}
.pag_navul li{ display: block;  float: left; padding: 0px 25px 0px 25px;}
.pag_navul li a{ font-size: 18px; color: #333; display: block; padding: 20px 0px; position: relative;}
.pag_navul li a:before{content: " "; display: block; height: 3px; width: 0%; position: absolute; left:0px; bottom: 0px;  background: #1D59A7;transition: all 0.2s ease-out;}
.pag_navul li a:hover{color: #1D59A7;  }
.pag_navul li a:hover:before{content: " "; display: block; height: 3px; width: 100%; position: absolute; left:0px; bottom: 0px;  background: #1D59A7;}

.pag_navul li a.on{font-weight: bold; color: #1D59A7;}
.pag_navul li a.on:before{content: " "; display: block; height: 3px; width: 100%; position: absolute; left:0px; bottom: 0px;  background: #1D59A7;transition: all 0.2s ease-out;}


@media (max-width:1023px){
  .pag_navul{ padding-bottom: 8px;}
.pag_navul li{ display: block;  float: left; padding: 0px 8px 0px 8px;}
.pag_navul li a{ font-size: 18px; color: #333; display: block; padding: 10px 0px 5px 0px; position: relative;}
}
/** pag_nav 分页导航 ====================================================================================*/




.pag_news2{position: relative; padding-top: 30px;padding-bottom: 30px; display: flex;justify-content:space-between; }
.news2_r{width: 365px;}
.news2_l{min-height: 880px; width: calc( 100% - 400px); }
ul.news2_list{margin-top: 0px; }
ul.news2_list li {border-bottom: 1px solid rgba(0, 0, 0, 0.1);margin-top: 10px;  transition: all 0.5s;}
ul.news2_list li a{display: block;position: relative;padding: 10px 20px 0px 0px; margin-bottom: 15px; transition: all 0.5s ease-out;}
ul.news2_list li a .news2l_img{position: absolute;top: 12px;left: 0px;width: 305px; height:172px;background-repeat:no-repeat; background-position:center center; background-size:cover; overflow: hidden;}
ul.news2_list li a .news2l_img .lvshibg{ position: absolute; width: 110px; height: 150px; right:0px; bottom: 0px; background-repeat:no-repeat; background-position:center center; background-size:cover; }

ul.news2_list li a .news2l_img .lvshibg img{position: absolute;  left: -50px; bottom: -5px;}

ul.news2_list li a .news2l_img .tit{ width: 190px; margin: 30px 10px 10px 15px; font-size: 18px; height: 75px; line-height: 25px; overflow: hidden; font-weight: 600; color: #333;}

ul.news2_list li a .biao{position: absolute;bottom: 10px;left: 10px;display: inline-block;background:rgba(0,0,0,0.4);color: #fff;padding: 3px 7px;font-size: 12px;border: 1px solid #fff;border-radius: 5px;}

ul.news2_list li:nth-child(1) a .news2l_img{background-image:url(../images/itembg4.jpg);}
ul.news2_list li:nth-child(2) a .news2l_img{background-image:url(../images/itembg5.jpg);}
ul.news2_list li:nth-child(3) a .news2l_img{background-image:url(../images/itembg6.jpg);}
ul.news2_list li:nth-child(4) a .news2l_img{background-image:url(../images/itembg7.jpg);}
ul.news2_list li:nth-child(5) a .news2l_img{background-image:url(../images/itembg1.jpg);}
ul.news2_list li:nth-child(6) a .news2l_img{background-image:url(../images/itembg2.jpg);}
ul.news2_list li:nth-child(7) a .news2l_img{background-image:url(../images/itembg3.jpg);}
ul.news2_list li:nth-child(8) a .news2l_img{background-image:url(../images/itembg8.jpg);}
ul.news2_list li:nth-child(9) a .news2l_img{background-image:url(../images/itembg9.jpg);}
ul.news2_list li:nth-child(10) a .news2l_img{background-image:url(../images/itembg10.jpg);}

ul.news2_list li:nth-child(1) a .news2l_img .lvshibg{background-image:url(../images/lvshi1.png);}
ul.news2_list li:nth-child(2) a .news2l_img .lvshibg{background-image:url(../images/lvshi2.png);}
ul.news2_list li:nth-child(3) a .news2l_img .lvshibg{background-image:url(../images/lvshi3.png);}
ul.news2_list li:nth-child(4) a .news2l_img .lvshibg{background-image:url(../images/lvshi4.png);}
ul.news2_list li:nth-child(5) a .news2l_img .lvshibg{background-image:url(../images/lvshi5.png);}
ul.news2_list li:nth-child(6) a .news2l_img .lvshibg{background-image:url(../images/lvshi6.png);}
ul.news2_list li:nth-child(7) a .news2l_img .lvshibg{background-image:url(../images/lvshi7.png);}
ul.news2_list li:nth-child(8) a .news2l_img .lvshibg{background-image:url(../images/lvshi8.png);}
ul.news2_list li:nth-child(9) a .news2l_img .lvshibg{background-image:url(../images/lvshi9.png);}
ul.news2_list li:nth-child(10) a .news2l_img .lvshibg{background-image:url(../images/lvshi10.png);}

ul.news2_list li a .news2l_img .imgzoom{padding-bottom: 57%; width: 100%; position: relative; overflow: hidden; border-radius:5px;}
ul.news2_list li a .news2l_img .imgzoom img{width: 100%; height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.news2_list li a:hover .news2l_img .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}


ul.news2_list li:hover{ transform: translateY(-5px);}
ul.news2_list li a .news2l_txt{min-height: 182px;padding-left: 330px; padding-top: 15px; }
ul.news2_list li a .news2l_txt .p1{color: #333;  font-size: 20px;line-height: 26px;height: 26px;overflow: hidden; font-weight: bold; text-overflow:ellipsis;white-space: nowrap;}
ul.news2_list li a .news2l_txt .p2{color: #888;font-size: 14px;margin-top: 10px;line-height: 24px;height: 72px;overflow: hidden;}
ul.news2_list li a .news2l_txt .p3{color: #999;font-size: 14px;margin-top: 30px;}
ul.news2_list li a .news2l_txt .p3 .s1{float: left;}
ul.news2_list li a .news2l_txt .p3 .s2{float: right; font-size: 12px;}
ul.news2_list li a:hover .news2l_txt .p1{color: #1D59A7;}





@media (max-width:1023px){
.pag_news2{position: relative; padding-top: 15px;padding-bottom: 0px; display: flex;justify-content:space-between;  flex-wrap: wrap;}

.news2_r{position: relative;top: 0px;right: 0px;width: 100%; padding-top: 15px;}
.news2_l{min-height: auto; width: calc( 100% - 0px); }
ul.news2_list{margin-top: 0px; margin-left: 0px;}
ul.news2_list li {border-bottom: 1px solid rgba(0, 0, 0, 0.1);margin-top: 0px; margin-bottom: 15px;  transition: all 0.5s;}
ul.news2_list li a{display: block;position: relative;padding: 0px 0px 0px 0px; margin-bottom: 15px; transition: all 0.5s ease-out;}
ul.news2_list li a .news2l_img{position:relative;top: 0px;left: 0px;width: 100%; height:172px;background-repeat:no-repeat; background-position:center center; background-size:cover; overflow: hidden;}
ul.news2_list li a .news2l_img .lvshibg{ position: absolute; width: 110px; height: 150px; right:0px; bottom: 0px; background-repeat:no-repeat; background-position:center center; background-size:cover; }

ul.news2_list li a .news2l_img .lvshibg img{position: absolute;  left: -50px; bottom: -5px;}

ul.news2_list li a .news2l_img .tit{ width: 250px; margin: 30px 10px 10px 15px; opacity: 0.7; font-size: 18px; height: 75px; line-height: 25px; overflow: hidden; font-weight: 600; color: #333;}

ul.news2_list li a .biao{position: absolute;bottom: 10px;left: 10px;display: inline-block;background:rgba(0,0,0,0.4);color: #fff;padding: 3px 7px;font-size: 12px;border: 1px solid #fff;border-radius: 5px;}

ul.news2_list li a .news2l_img .imgzoom{padding-bottom: 57%; width: 100%; position: relative; overflow: hidden; border-radius:5px;}
ul.news2_list li a .news2l_img .imgzoom img{width: 100%; height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.news2_list li a:hover .news2l_img .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}


ul.news2_list li:hover{ transform: translateY(-5px);}
ul.news2_list li a .news2l_txt{min-height: auto;padding-left: 0px; padding-top: 15px; }
ul.news2_list li a .news2l_txt .p1{color: #333;  font-size: 18px;line-height: 26px;height: auto;overflow: hidden; font-weight: bold; text-overflow:ellipsis;white-space: wrap;}
ul.news2_list li a .news2l_txt .p2{color: #888;font-size: 14px;margin-top: 10px;line-height: 24px;height: 72px;overflow: hidden; display: none;}
ul.news2_list li a .news2l_txt .p3{color: #999;font-size: 14px;margin-top: 10px;}
ul.news2_list li a .news2l_txt .p3 .s1{float: left;}
ul.news2_list li a .news2l_txt .p3 .s2{float: right; font-size: 12px;}
ul.news2_list li a:hover .news2l_txt .p1{color: #1D59A7;}



}

/** 新闻中心列表一 ====================================================================================*/


.news2_r_m{margin: 20px 0 20px 0;}
.news2_r_m .tit{font-size: 18px;color: #333;font-weight: bold; display: flex;  align-items:center; }
.news2_r_m .tit img{width: 25px;height: 16px;margin-right: 10px;}

ul.reading_list{margin-top: 10px;}
ul.reading_list a{display: block;font-size: 16px;padding-left: 20px; line-height: 40px;height: 40px;overflow: hidden;position: relative;}
ul.reading_list a:after{position: absolute;top: 16px;left: 0px;width: 10px;height: 10px;content: "";border: 2px solid #8ca4e1;background-color: #fff;border-radius: 50%;}
ul.reading_list a:hover{color: #1D59A7;}
@media (max-width:1023px){
.news2_r_m .tit{font-size: 16px;color: #333;font-weight: bold;}
.news2_r_m .tit img{width: 25px;height: auto;margin-right: 15px;}
	
	
ul.reading_list{margin-top: 10px;}
ul.reading_list a{display: block;font-size: 16px;padding-left: 20px; line-height: 30px;height: 30px;overflow: hidden;position: relative;}
ul.reading_list a:after{position: absolute;top: 10px;left: 0px;width: 8px;height: 8px;content: "";border: 2px solid #8ca4e1;background-color: #fff;border-radius: 50%;}
}
/*新闻中心列表二-----------------------------*/


.concul {
  padding: 35px 0 30px; margin-bottom: 30px;
  text-align: center;
  box-sizing: border-box;
  height: 244px;
  background: #EBF3FE;
}
.concul .h2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1D59A7;
  line-height: 1;
}
.concul p {
  margin-top: 13px;
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: #333333;
}
.concul p span {
  color: #1D59A7;
}
.concul .stop {
  margin: 21px auto 17px;
  width: 236px;
  line-height: 27px;
  background: #FFFFFF;
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: #1D59A7;
}
.concul .stop img {
  width: 7px;
  height: 12px;
  vertical-align: middle;
  margin: 0 5px;
}
.concul .but {
  display: block;
  width: 247px;
  height: 40px;
  background: linear-gradient(139deg, #9DBEFF 0%, #1D59A7 98%);
  border-radius: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin: 0 auto;
}
.concul .but:hover {
  opacity: 0.8;
}
.concul .swiper {
  margin-top: 12px;
  height: 16px;
}
.concul .swiper .swiper-wrapper .swiper-slide .flsc {
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: #A9A9A9;
}
.concul .swiper .swiper-wrapper .swiper-slide .flsc .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.concul .swiper .swiper-wrapper .swiper-slide .flsc span {
  vertical-align: middle;
}

@media (max-width:1023px){
  .concul {
    padding: 20px 0 15px; margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    height: 200px;
    background: #EBF3FE;
  }
}











/** 检查浏览器版本 ====================================================================================*/
#hi-upgrade {position: fixed;top: 0;left: 0;z-index: 99999;width: 100%;height: 100%;background: #fff;font-size: 16px;line-height: 26px;text-align: center;}
#hi-upgrade .hi-wrap {position: absolute;top: 50%;left: 50%;margin: -177px 0 0 -450px;width: 900px;}
#hi-upgrade .hi-wrap .hi-title {font-size: 30px;line-height: 40px;color: #333;}
#hi-upgrade .hi-wrap .hi-close {margin: 10px 0;display: inline-block;cursor: pointer;font-size: 18px;color: #e9a171;}
#hi-upgrade .hi-wrap .hi-close:hover {text-decoration: underline;}
#hi-upgrade .hi-wrap .hi-text1 {color: #666;}
#hi-upgrade .hi-wrap .hi-text1 span {color: #e9a171;}
#hi-upgrade .hi-wrap .hi-text2 {position: relative;margin: 60px 0;color: #333;}
#hi-upgrade .hi-wrap .hi-text2::before {content: "";position: absolute;top: 50%;left: 0;z-index: 1;width: 100%;border-top: 1px solid #ddd;}
#hi-upgrade .hi-wrap .hi-text2 span {position: relative;z-index: 5;padding: 0 30px;background: #fff;}
#hi-upgrade .hi-wrap .hi-list {overflow: hidden;}
#hi-upgrade .hi-wrap .hi-list li {display: inline-block;width: 16%;}
#hi-upgrade .hi-wrap .hi-list li div {margin: 0 auto 5px;width: 50px;height: 50px;}
#hi-upgrade .hi-wrap .hi-list li a {color: #666;}
#hi-upgrade .hi-wrap .hi-list li a:hover {color: #e9a171;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNDggNDgiIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zNCwyNGMwLDUuNTIxLTQuNDc5LDEwLTEwLDEwcy0xMC00LjQ3OS0xMC0xMHM0LjQ3OS0xMCwxMC0xMFMzNCwxOC40NzksMzQsMjR6Ii8+PGxpbmVhckdyYWRpZW50IGlkPSJQYXg4SmNuTXppdnU4Zn5TWn5rMXlhIiB4MT0iNS43ODkiIHgyPSIzMS4zMjQiIHkxPSIzNC4zNTYiIHkyPSIyMC43NzkiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMCA1MCkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Y2FmNTAiLz48c3RvcCBvZmZzZXQ9Ii40ODkiIHN0b3AtY29sb3I9IiM0YWFmNTAiLz48c3RvcCBvZmZzZXQ9Ii42NjUiIHN0b3AtY29sb3I9IiM0M2FkNTAiLz48c3RvcCBvZmZzZXQ9Ii43OSIgc3RvcC1jb2xvcj0iIzM4YWE1MCIvPjxzdG9wIG9mZnNldD0iLjg5MiIgc3RvcC1jb2xvcj0iIzI3YTU1MCIvPjxzdG9wIG9mZnNldD0iLjk3OCIgc3RvcC1jb2xvcj0iIzExYTA1MCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzBhOWU1MCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNQYXg4SmNuTXppdnU4Zn5TWn5rMXlhKSIgZD0iTTMxLjMzLDI5LjIxbC04LjE2LDE0Ljc3QzEyLjUxLDQzLjU1LDQsMzQuNzYsNCwyNEM0LDEyLjk2LDEyLjk2LDQsMjQsNHYxMSBjLTQuOTcsMC05LDQuMDMtOSw5czQuMDMsOSw5LDlDMjcuMDMsMzMsMjkuNywzMS41MSwzMS4zMywyOS4yMXoiLz48bGluZWFyR3JhZGllbnQgaWQ9IlBheDhKY25Neml2dThmflNafmsxeWIiIHgxPSIzMy41OCIgeDI9IjMzLjU4IiB5MT0iNiIgeTI9IjM0Ljc5NyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDUwKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZDc0NyIvPjxzdG9wIG9mZnNldD0iLjQ4MiIgc3RvcC1jb2xvcj0iI2ZmZDY0NSIvPjxzdG9wIG9mZnNldD0iLjY1NSIgc3RvcC1jb2xvcj0iI2ZlZDQzZSIvPjxzdG9wIG9mZnNldD0iLjc3OSIgc3RvcC1jb2xvcj0iI2ZjY2YzMyIvPjxzdG9wIG9mZnNldD0iLjg3OSIgc3RvcC1jb2xvcj0iI2ZhYzkyMiIvPjxzdG9wIG9mZnNldD0iLjk2NCIgc3RvcC1jb2xvcj0iI2Y3YzEwYyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2Y1YmMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNQYXg4SmNuTXppdnU4Zn5TWn5rMXliKSIgZD0iTTQ0LDI0YzAsMTEuMDUtOC45NSwyMC0yMCwyMGgtMC44NGw4LjE3LTE0Ljc5QzMyLjM4LDI3Ljc0LDMzLDI1Ljk0LDMzLDI0IGMwLTQuOTctNC4wMy05LTktOVY0YzcuODEsMCwxNC41NSw0LjQ4LDE3Ljg1LDExQzQzLjIxLDE3LjcxLDQ0LDIwLjc2LDQ0LDI0eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iUGF4OEpjbk16aXZ1OGZ+U1p+azF5YyIgeDE9IjM2LjEyOCIgeDI9IjExLjU3NCIgeTE9IjQ0LjI5NyIgeTI9IjI4Ljk1NCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDUwKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2Y3NTcyZiIvPjxzdG9wIG9mZnNldD0iLjUyMyIgc3RvcC1jb2xvcj0iI2Y3NTUyZCIvPjxzdG9wIG9mZnNldD0iLjcxMiIgc3RvcC1jb2xvcj0iI2Y3NTAyNiIvPjxzdG9wIG9mZnNldD0iLjg0NiIgc3RvcC1jb2xvcj0iI2Y3NDYxYiIvPjxzdG9wIG9mZnNldD0iLjk1NCIgc3RvcC1jb2xvcj0iI2Y3MzkwYSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2Y3MzEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNQYXg4SmNuTXppdnU4Zn5TWn5rMXljKSIgZD0iTTQxLjg0LDE1SDI0Yy00Ljk3LDAtOSw0LjAzLTksOWMwLDEuNDksMC4zNiwyLjg5LDEuMDEsNC4xM0gxNkw3LjE2LDEzLjI2SDcuMTQgQzEwLjY4LDcuNjksMTYuOTEsNCwyNCw0QzMxLjgsNCwzOC41NSw4LjQ4LDQxLjg0LDE1eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iUGF4OEpjbk16aXZ1OGZ+U1p+azF5ZCIgeDE9IjE5LjA1IiB4Mj0iMjguOTUiIHkxPSIzMC45NSIgeTI9IjIxLjA1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNTApIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMmFhNGY0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDA3YWQ5Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI1BheDhKY25Neml2dThmflNafmsxeWQpIiBkPSJNMzEsMjRjMCwzLjg2Ny0zLjEzMyw3LTcsN3MtNy0zLjEzMy03LTdzMy4xMzMtNyw3LTdTMzEsMjAuMTMzLDMxLDI0eiIvPjwvc3ZnPg==) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: #fff url(data:image/png;base64,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) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcyNjUyNEZBRDI3NTExRUM5N0YzRjFGQzQ3MDkxNDI1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcyNjUyNEZCRDI3NTExRUM5N0YzRjFGQzQ3MDkxNDI1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzI2NTI0RjhEMjc1MTFFQzk3RjNGMUZDNDcwOTE0MjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzI2NTI0RjlEMjc1MTFFQzk3RjNGMUZDNDcwOTE0MjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7SWd9ZAAAHwklEQVR42uya+VPU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) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc2RDJBOUVERDI4NjExRUM4Njc5QzBBQjU2NjRDMjAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc2RDJBOUVFRDI4NjExRUM4Njc5QzBBQjU2NjRDMjAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzZEMkE5RUJEMjg2MTFFQzg2NzlDMEFCNTY2NEMyMDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzZEMkE5RUNEMjg2MTFFQzg2NzlDMEFCNTY2NEMyMDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5JL7nVAAAPv0lEQVR42uxaCZBc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) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1QjREQzZCRDI4QTExRUNBNjI5REFDNjk4ODUyOTg4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1QjREQzZDRDI4QTExRUNBNjI5REFDNjk4ODUyOTg4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVCNERDNjlEMjhBMTFFQ0E2MjlEQUM2OTg4NTI5ODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVCNERDNkFEMjhBMTFFQ0E2MjlEQUM2OTg4NTI5ODgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5IS53AAAANTElEQVR42uxa6ZNU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) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY4NTQyNzQwRDI4QjExRUM5ODkxQUQ4QTlDODRDQUMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY4NTQyNzQxRDI4QjExRUM5ODkxQUQ4QTlDODRDQUMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Rjg1NDI3M0VEMjhCMTFFQzk4OTFBRDhBOUM4NENBQzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjg1NDI3M0ZEMjhCMTFFQzk4OTFBRDhBOUM4NENBQzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7iKItIAAAI5UlEQVR42uxaf4wd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) no-repeat 100% center;}
/** 检查浏览器版本 ====================================================================================*/




/** 咨询弹出电话二维码 ====================================================================================*/
.tan_boxbg{background:rgba(0,0,0,0.5);position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;z-index: 9999;  }
.tan_boxbgnone{display: none;}
.tan_boxbgnone .tan_box .i1 img{width: 80px;height: auto; margin-top:20px   }
.tan_box{position: fixed; top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); left: 50%; width:600px; margin-left: -300px; background-color: #fff;padding: 40px 50px; }
.tan_box .i1{text-align: center; width: 100px; height: 100px; overflow: hidden; margin: 0px auto; border-radius:50%;  background-image:url(../images/lvshi_itembg.jpg);background-repeat:no-repeat; background-position:center center; background-size:cover;margin-bottom: 20px; box-shadow: 0 2px 20px 0 rgba(0,0,0,.15); border: 4px solid #fff;
margin-top: -88px; }
.tan_box .i1 img{width: 80px;height: auto;   }
.tan_box .h3{text-align: center;font-size: 20px;color: #000;margin-bottom: 20px;}
.tan_box .h4{text-align: center;font-size: 26px; margin-bottom: 10px;
  transition: all 0.5s ease-out;display: block; width: 100%; height:auto; background-image: linear-gradient(90deg,#f9fafc,#f9fafc); color: #666; text-align: center; font-size: 24px; border: 1px solid  rgba(222,223,224,.5); padding: 30px 0px;}
.tan_box .h4 span{ display: block; margin-top: 5px; font-size: 40px; color: #000; font-weight: bold;}
.tan_box .h4 span a{ color:#1D59A7;}
.tan_box .wei{text-align: center; padding: 20px;}
.tan_box .wei img{width: 150px; border: 2px solid #ddd; }
.tan_box .wei span{display: block;font-size: 14px;color: #333; padding-top: 10px;}
.tan_box .more {text-align: center; position: absolute; right: 20px; top: 20px;}
.tan_box .more a{display:block;padding: 15px 15px;  background-image:url(../images/clo.png);background-repeat:no-repeat; background-position:center center; background-size:cover;}
.tan_box .more a:hover{ }	

@media (max-width:1023px){
.tan_boxbg{background:rgba(21,28,50,0.8);position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;z-index: 9999; display:none;}
.tan_box{position: fixed; top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); left: 50%; width:90%; margin-left: -45%; background-color: #fff;padding: 20px 10px; }
.tan_box .i1{text-align: center;margin-bottom: 20px;}
.tan_box .i1 img{width: 80px;height: auto;}
.tan_box .h3{text-align: center;font-size: 18px;color: #000;margin-bottom: 20px;}
.tan_box .h4{text-align: center;  margin-bottom: 10px;
  transition: all 0.5s ease-out;display: block; width: 100%; height:auto; background-image: linear-gradient(90deg,#f9fafc,#f9fafc); color: #666; text-align: center; font-size: 16px; border: 1px solid  rgba(222,223,224,.5); padding: 20px 0px 10px 0;}
.tan_box .h4 span{ display: block; margin-top: 5px; font-size: 34px; color: #000; font-weight: bold;}
.tan_box .h4 span a{ color:#1D59A7;}
.tan_box .wei{text-align: center; padding: 10px;}
.tan_box .wei img{width: 120px; border: 2px solid #ddd; }
.tan_box .wei span{display: block;font-size: 14px;color: #333; padding-top: 10px;}
.tan_box .more {text-align: center; position: absolute; right: 10px; top: 10px;}
.tan_box .more a{display:block;padding: 15px 15px;  background-image:url(../images/clo.png);background-repeat:no-repeat; background-position:center center; background-size:cover;}
.tan_box .more a:hover{ }	
}
/** 咨询弹出电话二维码 ====================================================================================*/


/** PC在线客服 ====================================================================================*/
.cela{background: #333;color: #fff;font-size: 14px;display: inline-block;position: fixed;right: 0px;top: 90%;padding: 10px 10px; z-index: 9999;cursor: pointer;text-align: center;}
.cela i{display: block;margin-bottom: 10px;}
.cela:hover{background: #205381;color: #fff;}
.pc_kefu{position:fixed; width: 70px;right:-100px;top:50%;margin-top:-200px;z-index:9999;transition: all 0.5s ease-out; }
.chu{right: 0px;}
.pc_kefu dl{width: 100%;height: 70px;position: relative; z-index: 2; margin-bottom: 1px;}
.pc_kefu dl dt{width: 70px;height: 70px; box-sizing: border-box; padding: 7px 0; color:#FFFFFF;background-color: #21282e;cursor: pointer;position: relative; z-index: 5;transition: all 0.6s ease; text-align: center; }
.pc_kefu dl a{color: #fff;}
.pc_kefu dl dt i{ display: inline-block; width: 25px; height: 25px;margin-top: 5px; background-repeat:no-repeat; background-position:center center; background-size:auto;}
.pc_kefu dl dt p{ font-size: 12px; margin-top: 3px;}

.pc_kefu dl dd{ width: 150px;min-height: 70px; line-height: 25px; color: #fff; background-color:rgba(0, 0, 0, 0.8);padding: 10px 20px;position: absolute; top: 0;right:-150px;z-index: 1;transition: all 0.6s ease;}
.pc_kefu dl dd.wechat{padding: 10px 10px;}
.pc_kefu dl:hover dt{background-color: #205381;}
.pc_kefu dl:hover dd{right: 70px;}

.pc_kefu dl dt i.ico1{background-image:url(../images/kefu/icon1.png);}/*在线*/
.pc_kefu dl dt i.ico2{background-image:url(../images/kefu/icon2.png);}/*QQ*/
.pc_kefu dl dt i.ico3{background-image:url(../images/kefu/icon3.png);}/*微信*/
.pc_kefu dl dt i.ico4{background-image:url(../images/kefu/icon4.png);}/*电话*/
.pc_kefu dl dt i.ico5{background-image:url(../images/kefu/icon5.png);}/*邮箱*/
.pc_kefu dl dt i.ico6{background-image:url(../images/kefu/icon6.png);}/*微博*/
.pc_kefu dl dt i.ico7{background-image:url(../images/kefu/icon7.png);}/*查找*/
.pc_kefu dl dt i.ico8{background-image:url(../images/kefu/icon8.png);}/*联系我们*/
.pc_kefu dl dt i.ico9{background-image:url(../images/kefu/icon9.png);}/*分享*/
.pc_kefu dl dt i.ico10{background-image:url(../images/kefu/icon10.png);}/*返回*/

@media (max-width:1023px){
  .cela{display: none;}
	.pc_kefu{display: none;}
}
/** PC在线客服 ====================================================================================*/

/** MOB在线客服 ====================================================================================*/
.mob_kefu{display: none;}
@media (max-width:1023px){
.mob_kefu{display:flex; position: fixed; bottom: 0px;left: 0px; width: 100%;background:linear-gradient(131deg, #81B3FF 0%, #1D59A7  100%); z-index: 999; box-shadow:0 0 15px rgba(0,0,0,0.35);}
.mob_kefu li{ color: #fff; padding: 10px 0px 10px 0px; width: 25%; float: left; text-align: center;}
.mob_kefu li a{ display: block; color: #fff; font-size: 0.56rem;}
.mob_kefu li a img{width: 25px;}
.mob_kefu li a p{padding-top: 5px;}
.mob_kefu_tel{width: 50px;position: absolute;left: calc(50% - 25px);top: -25px;animation: mob_kefu_teltiao 2s infinite;}
.mob_kefu_tel img{width: 100%;}
}
@keyframes mob_kefu_teltiao {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -14px, 0);
            transform: translate3d(0, -14px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
  90% {
    -webkit-transform: translate3d(0,-1px,0);
            transform: translate3d(0,-1px,0);
  }
}

/** MOB在线客服 ====================================================================================*/


/** 手机微信弹出 ====================================================================================*/
@media (max-width:1023px){
.zhezhaoBox{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.5);top:0;left:0;z-index:99999;}
.wx_Box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;background-color:#fff;text-align:center;font-size:14px;padding:20px;border-radius:30px;z-index:999999;}
.wx_Box>p{margin-top:10px}
.wx_Box>img{width:60px;height:60px}
.wx_Txt1{font-size:18px;font-weight:700;}
.wx_conBtn{width:auto; display: inline-block; padding: 0px 20px; height:40px;color:#fff;font-size:16px;line-height:40px;text-align:center;margin:auto;background-color:#1aad19;margin-top:20px}
.wx_conBtn a{display:block;color:#fff}
.wx_close{text-align:right}
.wx_close>img{width:32px;height:32px;display:inline-block}
}
/** 手机微信弹出 ====================================================================================*/


.n_ser_list{padding: 10px;position:sticky; top: 50px;  z-index: 20; background-color: #F4F4F4; display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap; margin-bottom: 30px;}
.n_ser_list li{ width: 33.333%; border: 1px solid #F4F4F4; background-color: #fff; text-align: center; position: relative; padding: 20px 0px; transition: all 0.5s ease-out;}
.n_ser_list li .img{ width: 35px; margin: 0px auto;}
.n_ser_list li .name{ font-size: 14px; margin: 5px 0px; position: relative; z-index: 2; }
.n_ser_list li .name a{color: #7C90AF;}
.n_ser_list li .name a:hover{ color: #1D59A7;}
.n_ser_list li .name span{ display: none;}
.n_ser_list li .desc{font-size: 16px; color: #666;}
.n_ser_list li:hover{ background-color: rgba(255,255,255,0.5);}

.n_ser_list_info{position: relative; top: 0;}




ul.pag_anli{margin-left: -20px;margin-right: -20px;}
ul.pag_anli li{width: 33.3333%;float: left;padding: 0px 20px;margin-bottom: 40px;}
ul.pag_anli li a{display: block; position: relative;border-radius:5px;overflow: hidden; box-shadow: 0px 10px 21px rgba(0,132,222,0.05);}
ul.pag_anli li a .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden;border-radius:5px;}
ul.pag_anli li a .imgzoom .bg_hei{background:rgba(0,0,0,0.5);width: 100%;height: 0%;position: absolute;top: 0px;left: 0px;transition: all 0.5s ease-out;}
ul.pag_anli li a .imgzoom img{width: 100%; min-height: 100%;  position: absolute; object-fit: cover; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.pag_anli li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
ul.pag_anli li a .txt{background-color: #fff;padding: 15px 20px 20px 20px;transition: all 0.5s ease-out;}
ul.pag_anli li a .txt .p1{font-size: 20px;color: #333; font-weight: bold; line-height: 25px;height: 50px;overflow: hidden;margin-bottom: 5px;}

ul.pag_anli li a:hover {box-shadow: 0px 20px 21px rgba(0,132,222,0.1);}

ul.pag_anli li a:hover .txt{ }
ul.pag_anli li a:hover .txt .p1{ color: #0084de;}

ul.pag_anli li a:hover .imgzoom .bg_hei{height: 100%;}
ul.pag_anli li a .txtm{position: absolute;top: 25%;left: 50%;width: 100%;margin-left: -50%;text-align: center;opacity: 0;transition: all 0.6s ease-out;}
ul.pag_anli li a:hover .txtm{opacity: 1;}
ul.pag_anli li a .txtm img{width: 40px;height: 40px;}
ul.pag_anli li a .txtm span{display: block;color: #fff;font-size: 16px;font-weight: bold;margin-top: 10px;}

@media (max-width:1023px){
ul.pag_anli{margin-left: -5px;margin-right: -5px;margin-top: 0px;}
ul.pag_anli li{width: 50%;float: left;padding: 0px 5px;margin-bottom: 10px;}
ul.pag_anli li a{display: block;box-shadow:0 0 15px rgba(0,0,0,0.0);position: relative; }
ul.pag_anli li a .txt{background-color: #fff;padding: 10px 5px 10px 5px;transition: all 0.5s ease-out;}
ul.pag_anli li a .txt .p1{font-size: 14px;color: #333;font-weight: bold;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 0px;}
ul.pag_anli li a .txt .p2{font-size: 12px;color: #999;line-height: 14px;height: 14px;overflow: hidden;}
ul.pag_anli li a .txtm{position: absolute;top: 15%;left: 50%;width: 100%;margin-left: -50%;text-align: center;opacity: 0;transition: all 0.6s ease-out;}
ul.pag_anli li a .txtm img{width: 30px;height: 30px;}
ul.pag_anli li a .txtm span{display: block;color: #fff;font-size: 14px;font-weight: bold;margin-top: 5px;}
}
ul.pag_anli li a  .tag { display: none; position: absolute; top: 30px; right: 15px; color: #0084de; font-size: 18px; font-weight: bold; border: 2px solid #0084de; line-height: 20px; padding: 3px 10px 5px; border-radius: 2px; z-index: 9;
	-ms-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	transform:rotate(10deg); }
/*成功案例---------------------------------*/



ul.serve_list{margin-left: -15px;margin-right: -15px;margin-top: 0px;}
ul.serve_list li {padding: 0px 15px;width: 33.3333%;float: left; margin-bottom: 20px;}
ul.serve_list li .item{background-repeat:no-repeat;  background-size:cover;padding: 35px 20px 35px 40px;}
ul.serve_list li .item .h3{font-size: 24px;line-height: 26px;height: 52px;font-weight: bold; overflow: hidden;}
ul.serve_list li .item .p1{font-size: 14px;color: #aaa;margin: 13px 0px;padding-left: 20px;position: relative;}
ul.serve_list li .item .p1:after{position: absolute;top: 2px;left: 3px;content: "";border: 7px solid transparent;border-left-color:#ccc;transform: scaleY(.85);}
ul.serve_list li .item .p2{color: #666;line-height: 22px;height: 44px;overflow: hidden;font-size: 14px;}
ul.serve_list li .item .a1{display: inline-block; text-align: center; width: 170px; font-size: 16px;color: #fff;margin-top: 30px;border-radius: 20px;box-shadow: 0 4px 10px 0 rgba(0,53,223, .2);background-color: #0052CD;padding: 8px 0px; margin-right: 20px;}

ul.serve_list li .item .a2{display: inline-block; text-align: center; width: 170px; font-size: 16px;color: #fff;margin-top: 30px;border-radius: 20px;box-shadow: 0 4px 10px 0 rgba(230,14,0, .2);background-color: #ec3b3b;padding: 8px 0px;}

@media (max-width:1023px){
ul.serve_list{margin-left: -0px;margin-right: -0px;margin-top: 0px;}
ul.serve_list li {padding: 0px 0px;width: 100%;float: left;margin-bottom: 15px;}
ul.serve_list li .item{background-repeat:no-repeat;  background-size:cover;padding: 20px 60px 20px 20px;}
ul.serve_list li .item .h3{font-size: 18px;line-height: 30px;height: 30px;font-weight: bold;}
ul.serve_list li .item .p1{font-size: 14px;color: #aaa;margin: 8px 0px;padding-left: 20px;position: relative;}
ul.serve_list li .item .a1{display: inline-block;font-size: 12px;color: #fff;margin-top: 10px;border-radius: 10px;box-shadow: 0 4px 10px 0 rgba(0,53,223, .2);background-color: #0052CD;padding: 5px 30px;}
ul.serve_list li .item .a2{display: inline-block;font-size: 12px;color: #fff;margin-top: 10px;border-radius: 10px;box-shadow: 0 4px 10px 0 rgba(230,14,0, .2);background-color: #ec3b3b;padding: 5px 30px;}
}
/*文书------------------------*/


.answerbg {
  z-index: 999;
  position: sticky;
  bottom: 0;
  background: linear-gradient(131deg, #81B3FF 0%, #1D59A7  100%); padding: 5px 0px;
}
.answer {
  margin-top: 0px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answer .anleft {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.answer .anleft .pics {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.answer .anleft .pics .pic {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 0px; display: flex; justify-content:center; align-items: center;
}
.answer .anleft .pics .pic img {
  width: auto;
  height: 60%; object-fit: cover;
 
}
.answer .anleft .txmsg h2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.answer .anleft .txmsg h2 span {
  padding: 4px 7px;
  background: #FFE553;
  border-radius: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 9px;
}
.answer .anleft .txmsg .label {
  display: flex;
  margin-top: 10px;
}
.answer .anleft .txmsg .label li {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-right: 6px;
  padding: 0 12px;
  line-height: 21px;
}
.answer .anright .tiwenbut {
  display: block;
  width: 280px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #16263E;
}


@media (max-width:1440px){
  .answer .anleft .txmsg h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
  }
}

@media (max-width:1023px){
  .answerbg { z-index: 999; position:relative;bottom: 0;background: linear-gradient(131deg, #81B3FF 0%, #1D59A7  100%); padding: 5px 0px;}
  .answer {
    margin-top: 0px; padding: 10px 15px;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .answer .anleft {
    display: flex;
    align-items: center;
    color: #FFFFFF;
  }
  .answer .anleft .pics { 
    display: flex;
    align-items: center;
    margin-right: 25px;display: none;
  }
  .answer .anleft .pics .pic {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 0px; display: flex; justify-content:center; align-items: center;
  }
  .answer .anleft .pics .pic img {
    width: auto;
    height: 60%; object-fit: cover;
   
  }
  .answer .anleft .txmsg h2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
  }
  .answer .anleft .txmsg h2 span {
    padding: 4px 7px;
    background: #FFE553;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 9px;
  }
  .answer .anleft .txmsg .label {
    display: flex; flex-wrap: wrap;
    margin-top: 10px;
  }
  .answer .anleft .txmsg .label li {
    background: rgba(0, 0, 0, 0.2); width: 100%;
    border-radius: 10px; margin-bottom: 5px; text-align: center;
    margin-right: 0px;
    padding: 0 12px;
    line-height: 25px;
  }
  .anright{width: 100%; padding-top: 8px;}
  .answer .anright .tiwenbut {
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #16263E;
  }
}


.fuwu_info1{padding-top: 50px;padding-bottom: 50px;}
.fuwu_info1_t{position: relative;margin-bottom: 50px;}
.info1_t_r{position: absolute;top: 0px;right: 0px;width: 700px;}
.info1_t_r .imgzoom{padding-bottom: 57%; width: 100%; position: relative; overflow: hidden; }
.info1_t_r .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.info1_t_r:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.info1_t_l{min-height: 400px;padding-right: 760px;}
.info1_t_l .p1{font-size: 34px;color: #333;text-transform: uppercase;line-height: 36px;font-family: 'timesbd';}
.info1_t_l .p2{font-size: 28px;color: #1D59A7;line-height: 28px;margin-top: 15px; font-weight: 600;}
.info1_t_l .p3{font-size: 20px;color: #1D59A7;font-weight: bold;line-height: 22px;margin-top: 35px;}
.info1_t_l .p4{font-size: 16px;color: #333;line-height: 25px;height: 175px;overflow: hidden; margin-top: 20px;}
.info1_t_l .p5{color: #333;background-color: #fbfbfb;padding: 20px 50px 15px 55px; width: 100%;margin-top: 40px;
	background-image:url(../../images/h39.png);background-position:left 19px top 18px;background-repeat:no-repeat;}
.info1_t_l .p5 span{display: block;font-size: 14px;line-height: 24px;height: 48px;overflow: hidden;}

ul.fuwu_info1_b{margin-left: -10px;margin-right: -10px;}
ul.fuwu_info1_b li{width: 33.3333%;float: left;padding: 0px 10px;}
ul.fuwu_info1_b li .item .imgzoom{padding-bottom: 45%; width: 100%; position: relative; overflow: hidden; }
ul.fuwu_info1_b li .item .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
@media (max-width:1023px){
.fuwu_info1{padding-top: 20px;padding-bottom: 20px;}
.fuwu_info1_t{position: relative;margin-bottom: 20px;}
.info1_t_r{position: relative;top: 0px;right: 0px;width: 100%;}
.info1_t_l{min-height: auto;padding-right: 0px;}
.info1_t_l .p1{font-size: 24px;color: #333;text-transform: uppercase;line-height: 24px;font-family: 'timesbd';margin-top: 15px;}
.info1_t_l .p2{font-size: 20px;color: #1D59A7;line-height: 20px;margin-top: 5px;}
.info1_t_l .p3{font-size: 16px;color: #1D59A7;font-weight: bold;line-height: 20px;margin-top: 10px;}
.info1_t_l .p4{font-size: 16px;color: #333;line-height: 1.75;height: auto;overflow: hidden; margin-top: 10px;}
.info1_t_l .p5{color: #333;background-color: #fbfbfb;padding: 15px 20px 15px 45px; width: 100%;margin-top: 10px; font-size: 14px; line-height: 1.5;
	background-image:url(../../images/h39.png);background-position:left 10px top 20px;background-repeat:no-repeat;}
.info1_t_l .p5 span{display: block;font-size: 14px;line-height: 24px;height: 48px;overflow: hidden;}
ul.fuwu_info1_b{margin-left: 0px;margin-right: 0px;}
ul.fuwu_info1_b li{width: 100%;float: left;padding: 0px 0px;margin-bottom: 10px;}
ul.fuwu_info1_b li .item .imgzoom{padding-bottom: 40%; width: 100%; position: relative; overflow: hidden; }
ul.fuwu_info1_b li .item .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
}
/*服务领域详细页一-----------------------------*/


.fuwu_info3{padding-top: 50px;padding-bottom: 0px;}
ul.fuwu_info3_list{margin-left: -50px;margin-right: -50px;margin-top: 80px;}
ul.fuwu_info3_list li{width: 50%;float: left;padding: 0px 50px;margin-bottom: 60px;}
ul.fuwu_info3_list li:nth-child(3){width: 100%;margin-bottom: 60px;}
ul.fuwu_info3_list .item{border: 1px solid #1D59A7;padding: 60px 60px 30px 50px;position: relative;}
ul.fuwu_info3_list .item .p1{font-size: 30px;font-weight: bold;color: #1D59A7;line-height: 22px;margin-bottom: 20px;}
ul.fuwu_info3_list .item .p2{font-size: 16px;color: #3f3f3f;line-height: 24px;height: 48px;overflow: hidden;}
ul.fuwu_info3_list .item .p2 span{color: #1D59A7;font-size: 18px;}
ul.fuwu_info3_list .item .fan{position: absolute;top: -20px;left: 50px;color: #fff;}
ul.fuwu_info3_list .item .fan .pick1{background-color: #1D59A7;padding: 13px; font-size: 20px;font-weight: bold;font-family: 'DIN-Black';-webkit-transform: rotateX(0deg) rotateY(0deg);-webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;-moz-transform: rotateX(0deg) rotateY(0deg);-moz-transform-style: preserve-3d;-moz-backface-visibility: hidden;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
ul.fuwu_info3_list .item .fan .pick2{background-color: #1D59A7;padding: 13px;font-size: 20px;font-weight: bold; position: absolute;top: 0px; margin-top: 0px; left: 50%; margin-left: -24px; z-index: -1; font-family: 'DIN-Black';-webkit-transform: rotateY(-180deg);-webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;-moz-transform: rotateY(-180deg);-moz-transform-style: preserve-3d;-moz-backface-visibility: hidden;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
ul.fuwu_info3_list .item:hover .fan .pick1{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);}
ul.fuwu_info3_list .item:hover .fan .pick2{-webkit-transform:rotateX(0deg) rotateY(0deg);-moz-transform:rotateX(0deg) rotate(0deg);z-index: 10;position: absolute;}
@media (max-width:1023px){
.fuwu_info3{padding-top: 0px;padding-bottom: 30px;}
ul.fuwu_info3_list{margin-left: -50px;margin-right: -50px;margin-top: 50px;}
ul.fuwu_info3_list li{width: 100%;float: left;padding: 0px 50px;margin-bottom: 40px;}
ul.fuwu_info3_list li:nth-child(3){width: 100%;margin-bottom: 40px;}
ul.fuwu_info3_list li:last-child{width: 100%;margin-bottom: 0px;}
ul.fuwu_info3_list .item{border: 1px solid #1D59A7;padding: 20px 20px 20px 20px;position: relative;}
ul.fuwu_info3_list .item .p1{font-size: 16px;font-weight: bold;color: #1D59A7;line-height: 22px;margin-bottom: 5px;}
ul.fuwu_info3_list .item .p2{font-size: 14px;color: #3f3f3f;line-height: 22px;height: auto;overflow: hidden;}
ul.fuwu_info3_list .item .p2 span{color: #1D59A7;font-size: 16px;}
ul.fuwu_info3_list .item .fan{position: absolute;top: -20px;left: 20px;color: #fff;}	
ul.fuwu_info3_list .item .fan .pick1{background-color: #1D59A7;padding: 6px; font-size: 16px;font-weight: bold;font-family: 'DIN-Black';-webkit-transform: rotateX(0deg) rotateY(0deg);-webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;-moz-transform: rotateX(0deg) rotateY(0deg);-moz-transform-style: preserve-3d;-moz-backface-visibility: hidden;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
ul.fuwu_info3_list .item .fan .pick2{background-color: #1D59A7;padding: 6px;font-size: 16px;font-weight: bold; position: absolute;top: 0px; margin-top: 0px; left: 50%; margin-left: -15px; z-index: -1; font-family: 'DIN-Black';-webkit-transform: rotateY(-180deg);-webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;-moz-transform: rotateY(-180deg);-moz-transform-style: preserve-3d;-moz-backface-visibility: hidden;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
}
/*服务领域详细页三-----------------------------*/



.leixing{padding: 50px 0px;}
.fuwu_info4{padding-top: 10px;padding-bottom: 10px;position: relative; display: flex;}
.fuwu_info4_l{ width: 200px;background-color: #1D59A7;  }
.fuwu_info4_l a{display: block;color: #fff;padding: 30px 20px 30px 20px; height: 100%; position: relative; display: flex; justify-content:center; align-items: center;}
.fuwu_info4_l a:after{position: absolute;top: 40%;right: -15px;content: "";width: 30px;height: 30px;background-color: #1D59A7;transform:rotateZ(45deg);}
.fuwu_info4_l a .h3{font-size: 28px;font-weight: bold;letter-spacing: 2px;}

.fuwu_info4_r{ flex:1; padding:20px 10px 20px 30px ; background-color: #f9f9f9; display: flex;justify-content:center; align-items: center;}
ul.bk_rb{ }
ul.bk_rb li{width: auto;float: left;padding: 0px 20px;}
ul.bk_rb li a{display: block;line-height: 35px;height: 35px; padding-left: 20px; border-bottom:1px dashed #e2e2e2;background-image:url(../images/sx113.png);background-repeat:no-repeat; background-position:left center; background-size: 7px;}
ul.bk_rb li a:hover{color: #1D59A7;}

@media (max-width:1023px){
  .leixing{padding: 10px 0px;}
  .fuwu_info4{padding-top: 10px;padding-bottom: 10px;position: relative; display: flex; flex-wrap: wrap;}
  .fuwu_info4_l{ width: 100%;background-color: #1D59A7;  }
  .fuwu_info4_l a{display: block;color: #fff;padding: 10px 10px 10px 10px; height: 100%; position: relative; display: flex; justify-content:center; align-items: center;}
  .fuwu_info4_l a:after{position: absolute;top: 40%;right: -15px;content: "";width: 30px;height: 30px;background-color: #1D59A7;transform:rotateZ(45deg); display: none;}
  .fuwu_info4_l a .h3{font-size: 24px;font-weight: bold;letter-spacing: 2px;}
  
  .fuwu_info4_r{ flex:1; padding:10px 10px 10px 10px ; background-color: #f9f9f9; display: flex;justify-content:center; align-items: center;}
  ul.bk_rb{ }
  ul.bk_rb li{width: auto;float: left;padding: 0px 10px;}
  ul.bk_rb li a{display: block;line-height: 35px;height: 35px; padding-left: 15px; border-bottom:1px dashed #e2e2e2;background-image:url(../images/sx113.png);background-repeat:no-repeat; background-position:left center; background-size: 7px; font-size: 14px;}
  ul.bk_rb li a:hover{color: #1D59A7;}
}
/*服务领域详细页四-----------------------------*/